]> git.lizzy.rs Git - rust.git/blob - src/test/ui/unused/unused-macro-with-follow-violation.stderr
Auto merge of #87284 - Aaron1011:remove-paren-special, r=petrochenkov
[rust.git] / src / test / ui / 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