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

error: aborting due to previous error