11 lines
312 B
Plaintext
11 lines
312 B
Plaintext
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 previous error
|
|
|