]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-js-std/macro-check.js
Auto merge of #105716 - chriswailes:ndk-update-redux, r=pietroalbini
[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 };