Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#![expect(incomplete_features)]
#![feature(explicit_tail_calls)]
fn main() {
|| become f(); //~ error: `become` is not allowed in closures
}
fn f() {}