mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-26 22:06:53 +00:00
15 lines
264 B
JavaScript
15 lines
264 B
JavaScript
const EXPECTED = [
|
|
{
|
|
'query': '!',
|
|
'others': [
|
|
{ 'path': 'std', 'name': 'never' },
|
|
],
|
|
},
|
|
{
|
|
'query': '!::clone',
|
|
'others': [
|
|
{ 'path': 'std::never', 'name': 'clone' },
|
|
],
|
|
},
|
|
];
|