mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-02 11:44:28 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
11 lines
314 B
Plaintext
11 lines
314 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 1 previous error
|
|
|