This commit is contained in:
Ralf Jung 2023-05-10 08:53:06 +02:00
parent efa68d02d2
commit 96491a9c57

View File

@ -1,4 +1,3 @@
const UNALIGNED_READ: () = unsafe {
let x = &[0u8; 4];
let ptr = x.as_ptr().cast::<u32>();