mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 10:19:00 +00:00
23 lines
558 B
Plaintext
23 lines
558 B
Plaintext
error: invalid syntax
|
|
--> $DIR/repetitions.rs:14:20
|
|
|
|
|
LL | const ${concat($a, Z)}: i32 = 3;
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: invalid syntax
|
|
--> $DIR/repetitions.rs:22:17
|
|
|
|
|
LL | read::<${concat($t, $en)}>()
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: invalid syntax
|
|
--> $DIR/repetitions.rs:22:17
|
|
|
|
|
LL | read::<${concat($t, $en)}>()
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
|
|
|
|
error: aborting due to 3 previous errors
|
|
|