rust/tests/rustdoc-js-std/macro-check.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
227 B
JavaScript
Raw Normal View History

2018-06-16 07:14:18 -05:00
// ignore-order
const EXPECTED = {
2023-06-09 09:49:38 -05:00
'query': 'panic',
2018-06-16 07:14:18 -05:00
'others': [
{ 'path': 'std', 'name': 'panic', ty: 14 }, // 15 is for macros
{ 'path': 'std', 'name': 'panic', ty: 0 }, // 0 is for modules
],
};