mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-26 22:06:53 +00:00
10 lines
226 B
JavaScript
10 lines
226 B
JavaScript
// ignore-order
|
|
|
|
const EXPECTED = {
|
|
'query': 'fn',
|
|
'others': [
|
|
{ 'path': 'std', 'name': 'fn', ty: 1 }, // 1 is for primitive types
|
|
{ 'path': 'std', 'name': 'fn', ty: 0 }, // 0 is for keywords
|
|
],
|
|
};
|