blob: 8a5f8654131685dd906bc788f8cc2581ecd9775d [file]
error: expected one of `#`, `async`, `const`, `default`, `extern`, `final`, `fn`, `pub`, `safe`, `unsafe`, or `use`, found `gen`
--> $DIR/gen_fn.rs:4:1
|
LL | gen fn foo() {}
| ^^^ expected one of 11 possible tokens
error: aborting due to 1 previous error