blob: da515f263b00ac21c9849f689c7f56ff09362c3f [file] [log] [blame]
// revisions: e2024 none
//[e2024] compile-flags: --edition 2024 -Zunstable-options
gen fn foo() {}
//[none]~^ ERROR: expected one of `#`, `async`, `const`, `default`, `extern`, `fn`, `pub`, `unsafe`, or `use`, found `gen`
//[e2024]~^^ ERROR: `gen` functions are not yet implemented
fn main() {}