]> git.proxmox.com Git - rustc.git/blob - src/test/rustdoc-js-std/macro-check.js
New upstream version 1.34.2+dfsg1
[rustc.git] / src / test / 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 };