mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-01 00:36:54 +00:00
9 lines
215 B
Plaintext
9 lines
215 B
Plaintext
error: expected identifier, found `]`
|
|
--> $DIR/duplicate-constness.rs:5:27
|
|
|
|
|
LL | struct S<T: [const] [const] Tr>;
|
|
| ^ expected identifier
|
|
|
|
error: aborting due to 1 previous error
|
|
|