mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-26 22:06:53 +00:00
10 lines
255 B
JavaScript
10 lines
255 B
JavaScript
const EXPECTED = {
|
|
'query': 'macro:print',
|
|
'others': [
|
|
{ 'path': 'std', 'name': 'print' },
|
|
{ 'path': 'std', 'name': 'println' },
|
|
{ 'path': 'std', 'name': 'eprint' },
|
|
{ 'path': 'std', 'name': 'eprintln' },
|
|
],
|
|
};
|