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