Sign in
rust
/
rust-lang
/
rust
/
f13ef0d75d834c826c9479a5d244bcfb9891df45
/
.
/
tests
/
rustdoc-js-std
/
return-specific.js
blob: abf243bf6ab7324e7873ff9de7c58ebaebc10fd3 [
file
] [
log
] [
blame
]
const
EXPECTED
=
{
'query'
:
'struct:string'
,
'in_args'
:
[
{
'path'
:
'std::string::String'
,
'name'
:
'ne'
},
],
'returned'
:
[
{
'path'
:
'std::string::String'
,
'name'
:
'new'
},
],
};