mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-26 13:01:27 +03:00
25 lines
617 B
JavaScript
25 lines
617 B
JavaScript
// exact-check
|
|
// Regression test for <https://github.com/rust-lang/rust/issues/150921>.
|
|
|
|
const EXPECTED = [
|
|
{
|
|
'query': '==',
|
|
'others': [
|
|
{
|
|
'path': 'std::cmp',
|
|
'name': 'Eq',
|
|
'alias': '==',
|
|
'href': '../std/cmp/trait.Eq.html',
|
|
'is_alias': true,
|
|
},
|
|
{
|
|
'path': 'std::cmp',
|
|
'name': 'PartialEq',
|
|
'alias': '==',
|
|
'href': '../std/cmp/trait.PartialEq.html',
|
|
'is_alias': true,
|
|
},
|
|
],
|
|
},
|
|
];
|