summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/macro/macro-repeat.stderr
blob: ade2bbf9b0b0541abc4d7fa90f80e7265296d2d1 (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