41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
11 lines
236 B
Plaintext
11 lines
236 B
Plaintext
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 1 previous error
|
|
|