mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
rustdoc: expand regression test for #146214
This commit is contained in:
@@ -16,4 +16,17 @@ const EXPECTED = [
|
||||
{ 'path': 'alias_path_distance::Foo', 'name': 'baz' },
|
||||
],
|
||||
},
|
||||
{
|
||||
'query': 'Foo::zzzz',
|
||||
'others': [
|
||||
{ 'path': 'alias_path_distance::Foo', 'name': 'baz' },
|
||||
],
|
||||
},
|
||||
{
|
||||
'query': 'zzzz',
|
||||
'others': [
|
||||
{ 'path': 'alias_path_distance::Foo', 'name': 'baz' },
|
||||
{ 'path': 'alias_path_distance::Bar', 'name': 'baz' },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user