rust-lang / nomicon

The Dark Arts of Advanced and Unsafe Rust Programming
https://doc.rust-lang.org/nomicon/
Apache License 2.0
1.75k stars 256 forks source link

Reference and nomicon contradict each other on `ManuallyDrop` #383

Open leanderBehr opened 1 year ago

leanderBehr commented 1 year ago

Here the nomicon says to use ManuallyDrop rather than reorder fields in structs to control drop order. The linked reference currently suggests the exact opposite.