blob: 2e07a9e7ddb17426dd6a2a97fe504effd7d9a47f [file] [log] [blame]
error[E0658]: The use of std::mem::transmute() is gated in constants (see issue #53605)
--> $DIR/feature-gate-const_transmute.rs:6:38
|
LL | const TRANSMUTED_U32: u32 = unsafe { mem::transmute(Foo(3)) };
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(const_transmute)] to the crate attributes to enable
error: aborting due to previous error
For more information about this error, try `rustc --explain E0658`.