]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-js/reexport.js
Rollup merge of #107004 - compiler-errors:new-solver-new-candidates-2, r=lcnr
[rust.git] / tests / rustdoc-js / reexport.js
1 // exact-check
2
3 const QUERY = ['Subscriber', 'AnotherOne'];
4
5 const EXPECTED = [
6     {
7         'others': [
8             { 'path': 'reexport::fmt', 'name': 'Subscriber' },
9             { 'path': 'reexport', 'name': 'FmtSubscriber' },
10         ],
11     },
12     {
13         'others': [
14             { 'path': 'reexport', 'name': 'AnotherOne' },
15         ],
16     },
17 ];