mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 19:17:43 +00:00
11 lines
257 B
JavaScript
11 lines
257 B
JavaScript
![]() |
const QUERY = 'macro:print';
|
||
|
|
||
|
const EXPECTED = {
|
||
|
'others': [
|
||
|
{ 'path': 'std', 'name': 'print' },
|
||
|
{ 'path': 'std', 'name': 'eprint' },
|
||
|
{ 'path': 'std', 'name': 'println' },
|
||
|
{ 'path': 'std', 'name': 'eprintln' },
|
||
|
],
|
||
|
};
|