mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-22 20:52:01 +00:00
Clarify that ManuallyDrop<T> has same layout as T This PR implements the documentation change under discussion in https://github.com/rust-lang/unsafe-code-guidelines/issues/302. It should not be approved or merged until the discussion there is resolved.