]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-js/exact-match.js
Rollup merge of #107580 - lenko-d:default_value_for_a_lifetime_generic_parameter_prod...
[rust.git] / tests / rustdoc-js / exact-match.js
1 const QUERY = 'si::pc';
2
3 const EXPECTED = {
4     'others': [
5         { 'path': 'exact_match::Si', 'name': 'pc' },
6         { 'path': 'exact_match::Psi', 'name': 'pc' },
7         { 'path': 'exact_match::Si', 'name': 'pa' },
8     ],
9 };