blob: b23ff5a1e05b4018143582bae2a4d1f82079ce23 [file] [log] [blame]
#![expect(incomplete_features)]
#![feature(explicit_tail_calls)]
fn main() {
|| become f(); //~ error: `become` is not allowed in closures
}
fn f() {}