mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-01 19:41:15 +00:00
6 lines
121 B
Rust
6 lines
121 B
Rust
#![feature(coroutines)]
|
|
|
|
fn main() { yield; }
|
|
//~^ ERROR yield expression outside
|
|
//~| ERROR `yield` can only be used in
|