blob: c22b1753fd71b30324e885af90afa76c02f0d345 (
plain)
| 1
2
3
4
5
6
7
8
9
 | // ignore-order
const EXPECTED = {
    'query': 'panic',
    'others': [
        { 'path': 'std', 'name': 'panic', ty: 14 }, // 15 is for macros
        { 'path': 'std', 'name': 'panic', ty: 0 }, // 0 is for modules
    ],
};
 |