Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc-js-std
/
macro-check.js
blob: 37d5e7dae62e3ee3d4534ba795806cf492d2a8c1 [
file
] [
log
] [
blame
] [
edit
]
// 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
],
};