blob: 29b811621de1efecb5d6472f9b20b7f7a88cb32b [file] [log] [blame]
#![feature(generators)]
fn main() { yield; }
//~^ ERROR yield expression outside