]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/misspelled-macro-rules.stderr
Auto merge of #100678 - GuillaumeGomez:improve-rustdoc-json-tests, r=aDotInTheVoid
[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