mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 05:57:03 +03:00
5 lines
135 B
Rust
5 lines
135 B
Rust
//@ only-64bit
|
|
|
|
pub const ZST: &[u8] = unsafe { std::mem::transmute(1usize) };
|
|
//~^ ERROR transmuting from 8-byte type to 16-byte type
|