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, 14 insertions, 0 deletions
diff --git a/src/test/ui/parser/macro/macro-repeat.stderr b/src/test/ui/parser/macro/macro-repeat.stderr
new file mode 100644
index 000000000..63554b197
--- /dev/null
+++ b/src/test/ui/parser/macro/macro-repeat.stderr
@@ -0,0 +1,14 @@
+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
+