mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
10 lines
230 B
JavaScript
10 lines
230 B
JavaScript
// ignore-order
|
|
|
|
const EXPECTED = {
|
|
'query': 'fn',
|
|
'others': [
|
|
{ 'path': 'std', 'name': 'fn', ty: 15 }, // 15 is for primitive types
|
|
{ 'path': 'std', 'name': 'fn', ty: 21 }, // 21 is for keywords
|
|
],
|
|
};
|