mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-10 06:47:34 +00:00
11 lines
197 B
Plaintext
11 lines
197 B
Plaintext
|
error: `gen` blocks are not yet implemented
|
||
|
--> $DIR/gen_fn.rs:4:1
|
||
|
|
|
||
|
LL | gen fn foo() {}
|
||
|
| ^^^
|
||
|
|
|
||
|
= help: only the keyword is reserved for now
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|