]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/unused/unused-macro-with-follow-violation.stderr
Rollup merge of #106670 - albertlarsan68:check-docs-in-pr-ci, r=Mark-Simulacrum
[rust.git] / tests / ui / lint / unused / unused-macro-with-follow-violation.stderr
1 error: `$e:expr` is followed by `+`, which is not allowed for `expr` fragments
2   --> $DIR/unused-macro-with-follow-violation.rs:4:14
3    |
4 LL |     ($e:expr +) => ()
5    |              ^ not allowed after `expr` fragments
6    |
7    = note: allowed there are: `=>`, `,` or `;`
8
9 error: aborting due to previous error
10