14 lines
286 B
Text
14 lines
286 B
Text
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
|
|
|