Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-simd.rs
blob: e7aef5a97f2ee843a6615e2ba40639363fc05514 [
file
] [
log
] [
blame
] [
edit
]
//@ pretty-expanded FIXME #23616
#[
repr
(
simd
)]
//~ ERROR SIMD types are experimental
struct
RGBA
{
rgba
:
[
f32
;
4
],
}
pub
fn
main
()
{}