2018-10-20 23:36:17 +03:00
|
|
|
error: variable 'v' is still repeating at this depth
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/macro-repeat.rs:3:9
|
2018-10-20 23:36:17 +03:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | $v
|
2018-10-20 23:36:17 +03:00
|
|
|
| ^^
|
|
|
|
|
2020-03-17 12:12:57 +01:00
|
|
|
error: variable 'v' is still repeating at this depth
|
|
|
|
--> $DIR/macro-repeat.rs:3:9
|
|
|
|
|
|
|
|
|
LL | $v
|
|
|
|
| ^^
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
2018-10-20 23:36:17 +03:00
|
|
|
|