2023-11-26 08:05:13 -06:00
|
|
|
error: cannot find macro `macro_rules` in this scope
|
2024-07-09 21:59:33 -05:00
|
|
|
--> $DIR/issue-118295.rs:6:1
|
2023-11-26 08:05:13 -06:00
|
|
|
|
|
2024-07-09 21:59:33 -05:00
|
|
|
LL | macro_rules!{}
|
2023-11-26 08:05:13 -06:00
|
|
|
| ^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
note: maybe you have forgotten to define a name for this `macro_rules!`
|
2024-07-09 21:59:33 -05:00
|
|
|
--> $DIR/issue-118295.rs:6:12
|
|
|
|
|
|
|
|
|
LL | macro_rules!{}
|
|
|
|
| ^ put a macro name here
|
|
|
|
|
|
|
|
error: cannot find macro `macro_rules` in this scope
|
2023-11-26 08:05:13 -06:00
|
|
|
--> $DIR/issue-118295.rs:1:1
|
|
|
|
|
|
|
|
|
LL | macro_rules! {}
|
|
|
|
| ^^^^^^^^^^^
|
2024-07-09 21:59:33 -05:00
|
|
|
|
|
|
|
|
note: maybe you have forgotten to define a name for this `macro_rules!`
|
|
|
|
--> $DIR/issue-118295.rs:1:12
|
|
|
|
|
|
|
|
|
LL | macro_rules! {}
|
|
|
|
| ^ put a macro name here
|
2023-11-26 08:05:13 -06:00
|
|
|
|
2024-07-09 21:59:33 -05:00
|
|
|
error: aborting due to 2 previous errors
|
2023-11-26 08:05:13 -06:00
|
|
|
|