blob: 924129f86c8680214c07e2569cbea02aa2bc2a63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
  | 
const QUERY = '"error"';
const EXPECTED = {
    'others': [
        { 'path': 'std', 'name': 'error' },
        { 'path': 'std::fmt', 'name': 'Error' },
        { 'path': 'std::io', 'name': 'Error' },
    ],
    'in_args': [],
    'returned': [
        { 'path': 'std::fmt::LowerExp', 'name': 'fmt' },
    ],
};
 
  |