mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
766a4e1acc
at least that's what the docs say: http://doc.rust-lang.org/std/slice/fn.from_raw_parts.html A few situations got prettier. In some situations the mutability of the resulting and source pointers differed (and was cast away by transmute), the mutability matches now.