mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
18 lines
370 B
JavaScript
18 lines
370 B
JavaScript
// exact-check
|
|
|
|
const EXPECTED = [
|
|
{
|
|
'query': 'Subscriber',
|
|
'others': [
|
|
{ 'path': 'reexport::fmt', 'name': 'Subscriber' },
|
|
{ 'path': 'reexport', 'name': 'FmtSubscriber' },
|
|
],
|
|
},
|
|
{
|
|
'query': 'AnotherOne',
|
|
'others': [
|
|
{ 'path': 'reexport', 'name': 'AnotherOne' },
|
|
],
|
|
},
|
|
];
|