mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-26 17:26:51 +00:00
16 lines
410 B
JavaScript
16 lines
410 B
JavaScript
const EXPECTED = [
|
|
{
|
|
'query': 'waker_from',
|
|
'others': [
|
|
{ 'path': 'substring::SuperWaker', 'name': 'local_waker_from_nonlocal' },
|
|
{ 'path': 'substring::SuperWakerTask', 'name': 'local_waker_from_nonlocal' },
|
|
],
|
|
},
|
|
{
|
|
'query': 'my',
|
|
'others': [
|
|
{ 'path': 'substring', 'name': 'm_y_substringmatching' },
|
|
],
|
|
},
|
|
];
|