mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 19:46:42 +00:00
The source referent absolutely must be smaller than the destination referent of a ref-to-ref transmute; the excess bytes referenced cannot arise from thin air, even if those bytes are uninitialized.