mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 00:07:42 +03:00
1fb1643129
The new implementation allows some `memcpy`s to be optimized away, so the uninit value in ui/sanitize/memory.rs is constructed directly onto the return place. Therefore the sanitizer now says that the value is allocated by `main` rather than `random`.