]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-js-std/typed-query.js
Rollup merge of #107471 - notriddle:notriddle/default-settings, r=GuillaumeGomez
[rust.git] / tests / rustdoc-js-std / typed-query.js
1 // exact-check
2
3 const QUERY = 'macro:print';
4 const FILTER_CRATE = 'std';
5
6 const EXPECTED = {
7     'others': [
8         { 'path': 'std', 'name': 'print' },
9         { 'path': 'std', 'name': 'println' },
10         { 'path': 'std', 'name': 'eprint' },
11         { 'path': 'std', 'name': 'eprintln' },
12     ],
13 };