2021-11-28 16:10:37 -06:00
|
|
|
error: expected one of `(`, `[`, or `{`, found `thing`
|
|
|
|
--> $DIR/misspelled-macro-rules.rs:7:14
|
|
|
|
|
|
|
|
|
LL | marco_rules! thing {
|
|
|
|
| ----------- ^^^^^ expected one of `(`, `[`, or `{`
|
|
|
|
| |
|
|
|
|
| help: perhaps you meant to define a macro: `macro_rules`
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2021-11-28 16:10:37 -06:00
|
|
|
|