]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-js-std/macro-check.js
Rollup merge of #107819 - clubby789:x-py-root, r=jyn514
[rust.git] / tests / rustdoc-js-std / macro-check.js
1 // ignore-order
2
3 const QUERY = 'panic';
4
5 const EXPECTED = {
6     'others': [
7         { 'path': 'std', 'name': 'panic', ty: 14 }, // 15 is for macros
8         { 'path': 'std', 'name': 'panic', ty: 0 }, // 0 is for modules
9     ],
10 };