mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 18:23:49 +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
|
|
|