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

10 lines
227 B
JavaScript

// ignore-order
const EXPECTED = {
'query': 'panic',
'others': [
{ 'path': 'std', 'name': 'panic', ty: 16 }, // 16 is for macros
{ 'path': 'std', 'name': 'panic', ty: 2 }, // 2 is for modules
],
};