mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-19 13:41:59 +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
|
|
|