]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-js-std/quoted.js
Rollup merge of #93909 - saschanaz:patch-2, r=petrochenkov
[rust.git] / src / test / rustdoc-js-std / quoted.js
1 const QUERY = '"error"';
2
3 const EXPECTED = {
4     'others': [
5         { 'path': 'std', 'name': 'error' },
6         { 'path': 'std::fmt', 'name': 'Error' },
7         { 'path': 'std::io', 'name': 'Error' },
8     ],
9     'in_args': [],
10     'returned': [
11         { 'path': 'std::fmt::LowerExp', 'name': 'fmt' },
12     ],
13 };