CFI: Fix drop and drop_in_place by rcvalle · Pull Request #123075 · rust-lang/rust

maurer

compiler-errors

@rustbot rustbot added S-waiting-on-author

Status: This is awaiting some action (such as code changes or more information) from the author.

and removed S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

labels

Mar 27, 2024

@rcvalle

Fix drop and drop_in_place by transforming self of drop and
drop_in_place methods into Drop trait objects.

@bors bors added S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

and removed S-waiting-on-author

Status: This is awaiting some action (such as code changes or more information) from the author.

labels

Mar 27, 2024

bors added a commit to rust-lang-ci/rust that referenced this pull request

Mar 28, 2024

rust-timer added a commit to rust-lang-ci/rust that referenced this pull request

Mar 28, 2024
Rollup merge of rust-lang#123075 - rcvalle:rust-cfi-fix-drop-drop-in-place, r=compiler-errors

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 rust-lang#116404.

cc `@compiler-errors` `@workingjubilee`