rust/compiler/rustc_transmute
Jack Wrenn 216df4a8e6 safe transmute: require that src referent is smaller than dst
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.
2024-03-13 15:53:48 +00:00
..
src safe transmute: require that src referent is smaller than dst 2024-03-13 15:53:48 +00:00
Cargo.toml bump itertools to 0.12 2024-03-08 12:34:05 +03:00