blob: 36924f4c167ca0b7e11ae67d5ac886ef2ebcc036 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
error[E0658]: `#[repr(align(x))]` on enums is experimental
--> $DIR/feature-gate-repr_align_enum.rs:4:1
|
LL | #[repr(align(8))]
| ^^^^^^^^^^^^^^^^^
|
= note: for more information, see https://github.com/rust-lang/rust/issues/57996
= help: add #![feature(repr_align_enum)] to the crate attributes to enable
error: aborting due to previous error
For more information about this error, try `rustc --explain E0658`.
|