2018-10-20 15:36:17 -05:00
|
|
|
error: variable 'v' is still repeating at this depth
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/macro-repeat.rs:3:9
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | $v
|
2018-10-20 15:36:17 -05:00
|
|
|
| ^^
|
|
|
|
|
2020-03-17 06:12:57 -05:00
|
|
|
error: variable 'v' is still repeating at this depth
|
|
|
|
--> $DIR/macro-repeat.rs:3:9
|
|
|
|
|
|
|
|
|
LL | $v
|
|
|
|
| ^^
|
2023-10-04 13:34:50 -05:00
|
|
|
|
|
|
|
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
|
2020-03-17 06:12:57 -05:00
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
2018-10-20 15:36:17 -05:00
|
|
|
|