mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
12 lines
259 B
JavaScript
12 lines
259 B
JavaScript
|
// exact-check
|
||
|
|
||
|
const EXPECTED = [
|
||
|
{
|
||
|
'query': 'vec',
|
||
|
'others': [
|
||
|
{ 'path': 'foo', 'name': 'vec', 'exactPath': 'macro_in_module' },
|
||
|
{ 'path': 'foo', 'name': 'myspecialvec', 'exactPath': 'foo' },
|
||
|
],
|
||
|
},
|
||
|
];
|