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