]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/misspelled-macro-rules.stderr
Rollup merge of #92024 - pcwalton:per-codegen-unit-names, r=davidtwco
[rust.git] / src / test / ui / parser / misspelled-macro-rules.stderr
1 error: expected one of `(`, `[`, or `{`, found `thing`
2   --> $DIR/misspelled-macro-rules.rs:7:14
3    |
4 LL | marco_rules! thing {
5    | -----------  ^^^^^ expected one of `(`, `[`, or `{`
6    | |
7    | help: perhaps you meant to define a macro: `macro_rules`
8
9 error: aborting due to previous error
10