blob: 63554b197b91c19082cd28b8b9010a7e606b32cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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
| ^^
error: aborting due to 2 previous errors
|