Sign in
fuchsia
/
third_party
/
rust
/
290df4fa5613d3d6cce717509219b18870e3ff86
/
.
/
tests
/
rustdoc-js
/
reexport-dedup-method.js
blob: 5d1497df4d51527153a49e0b7c024e839cb7606b [
file
] [
log
] [
blame
]
// exact-check
const
EXPECTED
=
[
{
'query'
:
'Subscriber dostuff'
,
'others'
:
[
{
'path'
:
'foo::fmt::Subscriber'
,
'name'
:
'dostuff'
},
],
},
{
'query'
:
'AnotherOne dostuff'
,
'others'
:
[
{
'path'
:
'foo::AnotherOne'
,
'name'
:
'dostuff'
},
],
},
];