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