2024-06-03 07:17:19 +02: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
|
|
|
| ^^
|
|
|
|
|
2024-06-03 07:17:19 +02:00
|
|
|
error: variable `v` is still repeating at this depth
|
2020-03-17 12:12:57 +01: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 12:12:57 +01:00
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
2018-10-20 23:36:17 +03:00
|
|
|
|