summary refs log tree commit diff
path: root/src/test/ui/parser/macro/macro-repeat.stderr
blob: c86684de744325020b7a7cff40a54fbfa6944607 (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: aborting due to previous error