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

11 lines
229 B
JavaScript
Raw Normal View History

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