]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-js-std/typed-query.js
Auto merge of #86757 - JohnTitor:rollup-acevhz7, r=JohnTitor
[rust.git] / src / test / rustdoc-js-std / typed-query.js
1 // exact-check
2
3 const QUERY = 'macro:print';
4
5 const EXPECTED = {
6     'others': [
7         { 'path': 'std', 'name': 'print' },
8         { 'path': 'std', 'name': 'eprint' },
9         { 'path': 'std', 'name': 'println' },
10         { 'path': 'std', 'name': 'eprintln' },
11     ],
12 };