summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lint/unused/unused-macro-with-follow-violation.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/lint/unused/unused-macro-with-follow-violation.stderr')
-rw-r--r--src/test/ui/lint/unused/unused-macro-with-follow-violation.stderr10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/test/ui/lint/unused/unused-macro-with-follow-violation.stderr b/src/test/ui/lint/unused/unused-macro-with-follow-violation.stderr
deleted file mode 100644
index 5eced4f06..000000000
--- a/src/test/ui/lint/unused/unused-macro-with-follow-violation.stderr
+++ /dev/null
@@ -1,10 +0,0 @@
-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
-