]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/misspelled-macro-rules.stderr
Merge commit '598f0909568a51de8a2d1148f55a644fd8dffad0' into sync_cg_clif-2023-01-24
[rust.git] / tests / 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