]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/misspelled-macro-rules.stderr
Rollup merge of #106661 - mjguzik:linux_statx, r=Mark-Simulacrum
[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