blob: fc8db61b9409d61bfea61da61936690daac69a2c (
plain)
1
2
3
4
5
6
7
8
|
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
|