Sign in
rust
/
rust
/
dc0ec741a8a06b0c3bb5596fbb00a4e29fad3877
/
.
/
tests
/
ui
/
simd
/
repr-simd-on-enum.stderr
blob: 5edbcb71be6a01998a8e5c0fd646ec844fa01b1a [
file
]
error
:
`#[repr(simd)]`
attribute cannot be used on enums
-->
$DIR
/
repr
-
simd
-
on
-
enum
.
rs
:
5
:
1
|
LL
|
#[repr(simd)]
|
^^^^^^^^^^^^^
|
=
help
:
`#[repr(simd)]`
can only be applied to structs
error
:
aborting due to
1
previous error