blob: 56df712381920741c48021d05f6c6948a0adfc8e (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
|