Sign in
rust
/
rust
/
be90b53d2b756c83f14ea80c4e607fc81dfa3d1d
/
.
/
tests
/
rustdoc-js-std
/
keyword.js
blob: 868ddd7b6dcebe3718507304c01f565f2edfe67c [
file
] [
log
] [
blame
]
// ignore-order
const
QUERY
=
'fn'
;
const
EXPECTED
=
{
'others'
:
[
{
'path'
:
'std'
,
'name'
:
'fn'
,
ty
:
15
},
// 15 is for primitive types
{
'path'
:
'std'
,
'name'
:
'fn'
,
ty
:
21
},
// 21 is for keywords
],
};