summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lint/unused/unused-macro-with-bad-frag-spec.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/lint/unused/unused-macro-with-bad-frag-spec.stderr')
-rw-r--r--src/test/ui/lint/unused/unused-macro-with-bad-frag-spec.stderr10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/test/ui/lint/unused/unused-macro-with-bad-frag-spec.stderr b/src/test/ui/lint/unused/unused-macro-with-bad-frag-spec.stderr
deleted file mode 100644
index 6edf0a2cf..000000000
--- a/src/test/ui/lint/unused/unused-macro-with-bad-frag-spec.stderr
+++ /dev/null
@@ -1,10 +0,0 @@
-error: invalid fragment specifier `t_ty`
- --> $DIR/unused-macro-with-bad-frag-spec.rs:6:6
- |
-LL | ($wrong:t_ty) => ()
- | ^^^^^^^^^^^
- |
- = help: valid fragment specifiers are `ident`, `block`, `stmt`, `expr`, `pat`, `ty`, `lifetime`, `literal`, `path`, `meta`, `tt`, `item` and `vis`
-
-error: aborting due to previous error
-