1 2 3 4 5
#![feature(coroutines)] fn main() { yield; } //~^ ERROR yield expression outside //~| ERROR `yield` can only be used in