mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-02 01:51:47 +00:00
15 lines
286 B
Plaintext
15 lines
286 B
Plaintext
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
|
|
|