2025-03-11 12:08:45 +00:00
|
|
|
error: expected identifier, found `]`
|
2025-06-26 10:25:24 +00:00
|
|
|
--> $DIR/impl-conditionally-const-trait.rs:9:12
|
2021-08-25 15:21:55 +00:00
|
|
|
|
|
2025-03-11 12:08:45 +00:00
|
|
|
LL | impl [const] T for S {}
|
|
|
|
|
| ^ expected identifier
|
2021-08-25 15:21:55 +00:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2021-08-25 15:21:55 +00:00
|
|
|
|