Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// Used to cause ICE
static VEC: [u32; 256] = vec![];
//~^ ERROR mismatched types
fn main() {}