blob: 388e10fd65e44e27c08a79f3e7c64865c94b39d0 [file] [log] [blame]
error: `gen` functions are not yet implemented
--> $DIR/gen_fn.rs:4:1
|
LL | gen fn foo() {}
| ^^^
|
= help: for now you can use `gen {}` blocks and return `impl Iterator` instead
error: aborting due to previous error