Sign in
fuchsia
/
third_party
/
rust
/
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
/
.
/
tests
/
ui
/
span
/
gated-features-attr-spans.rs
blob: 55527fa8add018a0ae8f9cc6274168e5c91a4a8c [
file
] [
log
] [
blame
]
#[
repr
(
simd
)]
//~ ERROR are experimental
struct
Coord
{
v
:
[
u32
;
2
],
}
fn
main
()
{}