summaryrefslogtreecommitdiffstats
path: root/src/test/ui/issues/issue-6596-2.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/issues/issue-6596-2.stderr')
-rw-r--r--src/test/ui/issues/issue-6596-2.stderr13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/test/ui/issues/issue-6596-2.stderr b/src/test/ui/issues/issue-6596-2.stderr
deleted file mode 100644
index 4fa73a464..000000000
--- a/src/test/ui/issues/issue-6596-2.stderr
+++ /dev/null
@@ -1,13 +0,0 @@
-error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `$`
- --> $DIR/issue-6596-2.rs:3:16
- |
-LL | { $inp $nonexistent }
- | ^^^^^^^^^^^^ expected one of 8 possible tokens
-...
-LL | g!(foo);
- | ------- in this macro invocation
- |
- = note: this error originates in the macro `g` (in Nightly builds, run with -Z macro-backtrace for more info)
-
-error: aborting due to previous error
-