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