2023-11-26 22:05:13 +08:00
|
|
|
macro_rules! {}
|
|
|
|
|
//~^ ERROR cannot find macro `macro_rules` in this scope
|
|
|
|
|
//~| NOTE maybe you have forgotten to define a name for this `macro_rules!`
|
2025-04-05 19:19:56 +03:00
|
|
|
//~| NOTE put a macro name here
|
2024-07-10 10:59:33 +08:00
|
|
|
|
|
|
|
|
macro_rules!{}
|
|
|
|
|
//~^ ERROR cannot find macro `macro_rules` in this scope
|
|
|
|
|
//~| NOTE maybe you have forgotten to define a name for this `macro_rules!`
|
2025-04-05 19:19:56 +03:00
|
|
|
//~| NOTE put a macro name here
|
2023-11-26 22:05:13 +08:00
|
|
|
|
|
|
|
|
fn main() {}
|