]> git.proxmox.com Git - rustc.git/blame - src/test/rustdoc-js-std/quoted.js
Update unsuspicious file list
[rustc.git] / src / test / rustdoc-js-std / quoted.js
CommitLineData
04454e1e
FG
1// ignore-order
2
2c00a5a8 3const QUERY = '"error"';
04454e1e 4const FILTER_CRATE = 'std';
c34b1796 5
2c00a5a8
XL
6const EXPECTED = {
7 'others': [
8 { 'path': 'std', 'name': 'error' },
9 { 'path': 'std::fmt', 'name': 'Error' },
10 { 'path': 'std::io', 'name': 'Error' },
11 ],
04454e1e
FG
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 ],
2c00a5a8
XL
18 'returned': [
19 { 'path': 'std::fmt::LowerExp', 'name': 'fmt' },
20 ],
21};