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