2023-11-26 08:05:13 -06: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!`
|
2024-07-09 21:59:33 -05:00
|
|
|
//~| put a macro name here
|
|
|
|
|
|
|
|
macro_rules!{}
|
|
|
|
//~^ ERROR cannot find macro `macro_rules` in this scope
|
|
|
|
//~| NOTE maybe you have forgotten to define a name for this `macro_rules!`
|
|
|
|
//~| put a macro name here
|
2023-11-26 08:05:13 -06:00
|
|
|
|
|
|
|
fn main() {}
|