mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-01 08:28:35 +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' },
|
|
],
|
|
},
|
|
];
|