]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-js-std/quoted.js
Rollup merge of #106897 - estebank:issue-99430, r=davidtwco
[rust.git] / tests / rustdoc-js-std / quoted.js
1 // ignore-order
2
3 const QUERY = '"error"';
4 const FILTER_CRATE = 'std';
5
6 const EXPECTED = {
7     'others': [
8         { 'path': 'std', 'name': 'error' },
9         { 'path': 'std::fmt', 'name': 'Error' },
10         { 'path': 'std::io', 'name': 'Error' },
11     ],
12     'in_args': [
13         { 'path': 'std::fmt::Error', 'name': 'eq' },
14         { 'path': 'std::fmt::Error', 'name': 'cmp' },
15         { 'path': 'std::fmt::Error', 'name': 'partial_cmp' },
16
17     ],
18     'returned': [
19         { 'path': 'std::fmt::LowerExp', 'name': 'fmt' },
20     ],
21 };