Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#[repr(simd)] //~ ERROR are experimental
struct Coord {
v: [u32; 2],
}
fn main() {}