Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//@ pretty-expanded FIXME #23616
#[repr(simd)] //~ ERROR SIMD types are experimental
struct RGBA {
rgba: [f32; 4],
}
pub fn main() {}