mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-04 09:40:02 +00:00
11 lines
234 B
Plaintext
11 lines
234 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 previous error
|
|
|