2023-10-30 05:13:12 -05:00
|
|
|
error: `gen` functions are not yet implemented
|
2023-10-05 06:30:55 -05:00
|
|
|
--> $DIR/gen_fn.rs:4:1
|
|
|
|
|
|
|
|
|
LL | gen fn foo() {}
|
|
|
|
| ^^^
|
|
|
|
|
|
2023-10-30 05:13:12 -05:00
|
|
|
= help: for now you can use `gen {}` blocks and return `impl Iterator` instead
|
2023-10-05 06:30:55 -05:00
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2023-10-05 06:30:55 -05:00
|
|
|
|