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 {
r: f32,
g: f32,
b: f32,
a: f32
}
pub fn main() {}