about summary refs log tree commit diff
path: root/tests/ui/parser/macro/macro-repeat.stderr
blob: ba722ab6cf9872c63e09252916594455e5c39e19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
   |         ^^
   |
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

error: aborting due to 2 previous errors