about summary refs log tree commit diff
path: root/tests/rustdoc-ui/issues/issue-79494.rs
blob: 7a1890c4429afbefc55ad3ae58148d7401365c1d (plain)
1
2
3
4
5
//@ 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