blob: ace2e7e46c4e8172368a4a3c0919f6a33d1d7bd6 [file] [log] [blame]
error: `~const` can only be applied to `#[const_trait]` traits
--> $DIR/const-closure-parse-not-item.rs:7:32
|
LL | const fn test() -> impl ~const Fn() {
| ^^^^
error: aborting due to 1 previous error