Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
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