Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
rustdoc-js
/
prototype.js
blob: 0862acd8ffa89ab156eeaa8530cd1fe2cb3db85b [
file
] [
log
] [
blame
]
// exact-check
const
EXPECTED
=
[
{
'query'
:
'constructor'
,
'others'
:
[],
'returned'
:
[],
'in_args'
:
[],
},
{
'query'
:
'__proto__'
,
'others'
:
[
{
"path"
:
""
,
"name"
:
"prototype"
},
],
'returned'
:
[],
'in_args'
:
[],
},
];