Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//@ only-64bit
pub struct Data([u8; usize::MAX >> 2]);
const _: &'static [Data] = &[];
//~^ ERROR: too big for the target architecture
fn main() {}