Sign in
rust
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
rustdoc-js
/
alias-sort.js
blob: 245ff416643c7583b7d452e24fe5ddc03d836d60 [
file
] [
log
] [
blame
] [
edit
]
// rank doc aliases lower than exact matches
// regression test for <https://github.com/rust-lang/rust/issues/140968>
const
EXPECTED
=
{
'query'
:
'foobazbar'
,
'others'
:
[
{
'name'
:
'foobazbar'
},
{
'name'
:
'foo'
},
],
};