summary refs log tree commit diff
path: root/src/test/ui/parser/macro/macro-repeat.stderr
blob: 310d60c8dbda04b2d6b006d0459016b3e47beb43 (plain)
1
2
3
4
5
6
7
8
error: variable 'v' is still repeating at this depth
  --> $DIR/macro-repeat.rs:3:9
   |
LL |         $v  //~ ERROR still repeating at this depth
   |         ^^

error: aborting due to previous error