mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-26 16:00:07 +00:00
10 lines
227 B
JavaScript
10 lines
227 B
JavaScript
// 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
|
|
],
|
|
};
|