mirror of https://github.com/rust-lang/rust.git
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
|
|
|