mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-26 16:00:07 +00:00
16 lines
352 B
JavaScript
16 lines
352 B
JavaScript
const EXPECTED = [
|
|
{
|
|
'query': 'ig::pc',
|
|
'others': [
|
|
{ 'path': 'module_substring::Sig', 'name': 'pc' },
|
|
],
|
|
},
|
|
{
|
|
'query': 'si::pc',
|
|
'others': [
|
|
{ 'path': 'module_substring::Si', 'name': 'pc' },
|
|
{ 'path': 'module_substring::Sig', 'name': 'pc' },
|
|
],
|
|
},
|
|
];
|