Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#![feature(generators)]
static B: u8 = { yield 3u8; 3u8};
//~^ ERROR yield expression outside
fn main() {}