rust/src/test/ui/parser/misspelled-macro-rules.stderr
2021-11-28 23:10:37 +01:00

11 lines
294 B
Plaintext

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`
error: aborting due to previous error