]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-js/search-short-types.js
Rollup merge of #107580 - lenko-d:default_value_for_a_lifetime_generic_parameter_prod...
[rust.git] / tests / rustdoc-js / search-short-types.js
1 const QUERY = 'P';
2
3 const EXPECTED = {
4     'others': [
5         { 'path': 'search_short_types', 'name': 'P' },
6         { 'path': 'search_short_types::VeryLongTypeName', 'name': 'p' },
7         { 'path': 'search_short_types', 'name': 'Pa' },
8     ],
9 };