2023-12-18 16:55:55 +00:00
|
|
|
error: `~const` can only be applied to `#[const_trait]` traits
|
2024-10-26 20:54:38 +00:00
|
|
|
--> $DIR/const-closure-parse-not-item.rs:7:25
|
2023-08-13 09:02:31 +00:00
|
|
|
|
|
|
|
|
LL | const fn test() -> impl ~const Fn() {
|
2024-10-26 20:54:38 +00:00
|
|
|
| ^^^^^^
|
2023-08-13 09:02:31 +00:00
|
|
|
|
2024-03-20 16:52:54 +00:00
|
|
|
error: `~const` can only be applied to `#[const_trait]` traits
|
2024-10-26 20:54:38 +00:00
|
|
|
--> $DIR/const-closure-parse-not-item.rs:7:25
|
2024-03-20 16:52:54 +00:00
|
|
|
|
|
|
|
|
LL | const fn test() -> impl ~const Fn() {
|
2024-10-26 20:54:38 +00:00
|
|
|
| ^^^^^^
|
2024-03-20 16:52:54 +00:00
|
|
|
|
|
|
|
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
2023-08-13 09:02:31 +00:00
|
|
|
|