summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/macro/macro-repeat.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/parser/macro/macro-repeat.stderr')
-rw-r--r--src/test/ui/parser/macro/macro-repeat.stderr14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/test/ui/parser/macro/macro-repeat.stderr b/src/test/ui/parser/macro/macro-repeat.stderr
deleted file mode 100644
index 63554b197..000000000
--- a/src/test/ui/parser/macro/macro-repeat.stderr
+++ /dev/null
@@ -1,14 +0,0 @@
-error: variable 'v' is still repeating at this depth
- --> $DIR/macro-repeat.rs:3:9
- |
-LL | $v
- | ^^
-
-error: variable 'v' is still repeating at this depth
- --> $DIR/macro-repeat.rs:3:9
- |
-LL | $v
- | ^^
-
-error: aborting due to 2 previous errors
-