rust/tests/rustdoc-js/reexport.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
370 B
JavaScript
Raw Permalink Normal View History

// exact-check
const EXPECTED = [
{
2023-06-09 22:49:38 +08:00
'query': 'Subscriber',
'others': [
{ 'path': 'reexport::fmt', 'name': 'Subscriber' },
{ 'path': 'reexport', 'name': 'FmtSubscriber' },
],
},
{
2023-06-09 22:49:38 +08:00
'query': 'AnotherOne',
'others': [
{ 'path': 'reexport', 'name': 'AnotherOne' },
],
},
];