summaryrefslogtreecommitdiffstats
path: root/tests/ui/lint/unused/unused-macro-with-follow-violation.stderr
blob: a8a41e081294a8c97e044e2516f431dd3da07ec8 (plain)
1
2
3
4
5
6
7
8
9
10
error: `$e:expr` is followed by `+`, which is not allowed for `expr` fragments
  --> $DIR/unused-macro-with-follow-violation.rs:4:14
   |
LL |     ($e:expr +) => ()
   |              ^ not allowed after `expr` fragments
   |
   = note: allowed there are: `=>`, `,` or `;`

error: aborting due to 1 previous error