mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
6464e5b78c
CFI: Fix drop and drop_in_place Fix drop and drop_in_place by transforming self of drop and drop_in_place methods into a Drop trait objects. This was split off from https://github.com/rust-lang/rust/pull/116404. cc `@compiler-errors` `@workingjubilee`