Sign in
rust
/
rust
/
6380899f32599ea25615d4ccd708d0e8da652b0c
/
.
/
tests
/
rustdoc-js-std
/
keyword.js
blob: 1837b1e71f782eddcc8a914f7d0369a7c7a0433b [
file
] [
log
] [
blame
]
// ignore-order
const
EXPECTED
=
{
'query'
:
'fn'
,
'others'
:
[
{
'path'
:
'std'
,
'name'
:
'fn'
,
ty
:
1
},
// 1 is for primitive types
{
'path'
:
'std'
,
'name'
:
'fn'
,
ty
:
0
},
// 0 is for keywords
],
};