2024-05-23 10:01:05 -03:00
|
|
|
error: expected one of `#`, `async`, `const`, `default`, `extern`, `fn`, `pub`, `safe`, `unsafe`, or `use`, found `gen`
|
2023-10-05 11:30:55 +00:00
|
|
|
--> $DIR/gen_fn.rs:4:1
|
|
|
|
|
|
|
|
|
|
|
LL | gen fn foo() {}
|
2024-05-23 10:01:05 -03:00
|
|
|
| ^^^ expected one of 10 possible tokens
|
2023-10-05 11:30:55 +00:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2023-10-05 11:30:55 +00:00
|
|
|
|