Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
src
/
test
/
ui
/
feature-gates
/
feature-gate-simd.rs
blob: d01d33de2898868fc8f3b2a2360fc40c08889ae8 [
file
] [
log
] [
blame
]
// pretty-expanded FIXME #23616
#[
repr
(
simd
)]
//~ ERROR SIMD types are experimental
struct
RGBA
{
r
:
f32
,
g
:
f32
,
b
:
f32
,
a
:
f32
}
pub
fn
main
()
{}