mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
7077797f52
Co-authored-by: Michael Goulet <michael@errs.io>
9 lines
266 B
Plaintext
9 lines
266 B
Plaintext
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
|
|
|