mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-29 15:48:52 +00:00
9 lines
202 B
Plaintext
9 lines
202 B
Plaintext
error: expected identifier, found `]`
|
|
--> $DIR/impl-conditionally-const-trait.rs:9:12
|
|
|
|
|
LL | impl [const] T for S {}
|
|
| ^ expected identifier
|
|
|
|
error: aborting due to 1 previous error
|
|
|