mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-29 03:51:39 +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' },
|
|
],
|
|
},
|
|
];
|