mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-07 16:57:20 +00:00
17 lines
333 B
JavaScript
17 lines
333 B
JavaScript
// exact-check
|
|
|
|
const EXPECTED = [
|
|
{
|
|
'query': 'Subscriber dostuff',
|
|
'others': [
|
|
{ 'path': 'foo::fmt::Subscriber', 'name': 'dostuff' },
|
|
],
|
|
},
|
|
{
|
|
'query': 'AnotherOne dostuff',
|
|
'others': [
|
|
{ 'path': 'foo::AnotherOne', 'name': 'dostuff' },
|
|
],
|
|
},
|
|
];
|