mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 04:55:22 +03:00
60c2d80482
drop_in_place: weaken the claim of equivalence with drop(ptr.read()) The two are *not* semantically equivalent in all cases, so let's not be so definite about this. Fixes https://github.com/rust-lang/rust/issues/112015