mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
9758ff9c0b
Make core::ops::Place an unsafe trait Consumers of `Place` would reasonably expect that the `pointer` function returns a valid pointer to memory that can actually be written to.