mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-11 04:51:46 +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.