mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-08 03:29:43 +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' },
|
|
],
|
|
},
|
|
];
|