rust/tests/ui/coroutine/gen_fn.e2024.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
197 B
Plaintext
Raw Normal View History

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