blob: 9e96ecf3ea69f13a611e347298056d51d91f266f [file] [log] [blame]
//@ revisions: e2024 none
//@[e2024] compile-flags: --edition 2024 -Zunstable-options
async gen fn foo() {}
//[none]~^ ERROR: `async fn` is not permitted in Rust 2015
//[none]~| ERROR: expected one of `extern`, `fn`, or `unsafe`, found `gen`
//[e2024]~^^^ ERROR: gen blocks are experimental
fn main() {}