]> git.lizzy.rs Git - rust.git/blob - src/test/ui/unused/unused-macro-with-follow-violation.stderr
rustbuild: fix remap-debuginfo when building a release
[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:14:14
3    |
4 LL |     ($e:expr +) => () //~ ERROR not allowed for `expr` fragments
5    |              ^
6
7 error: aborting due to previous error
8