Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc-ui
/
issues
/
issue-79494.rs
blob: 7a1890c4429afbefc55ad3ae58148d7401365c1d [
file
] [
log
] [
blame
] [
edit
]
//@ only-x86_64-unknown-linux-gnu
#![
feature
(
const_transmute
)]
const
ZST
:
&[
u8
]
=
unsafe
{
std
::
mem
::
transmute
(
1usize
)
};
//~ ERROR cannot transmute between types of different sizes, or dependently-sized types