Skip to content

fix: Do not fill both drop() and pin_drop() in the "fill missing members" assist#22508

Merged
ChayimFriedman2 merged 1 commit into
rust-lang:masterfrom
ChayimFriedman2:drop-pin-drop
Jun 1, 2026
Merged

fix: Do not fill both drop() and pin_drop() in the "fill missing members" assist#22508
ChayimFriedman2 merged 1 commit into
rust-lang:masterfrom
ChayimFriedman2:drop-pin-drop

Conversation

@ChayimFriedman2
Copy link
Copy Markdown
Contributor

I also made some changes to lang items, which turned out not needed but I think they're useful too, maybe in the future or maybe ot outside projects.

Fixes #22443.

…rs" assist

I also made some changes to lang items, which turned out not needed but I think they're useful too, maybe in the future or maybe ot outside projects.
@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 1, 2026
@ChayimFriedman2 ChayimFriedman2 added this pull request to the merge queue Jun 1, 2026
Merged via the queue into rust-lang:master with commit 55af177 Jun 1, 2026
18 checks passed
@ChayimFriedman2 ChayimFriedman2 deleted the drop-pin-drop branch June 1, 2026 18:24
@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"Implement default members" for Drop unhelpfully gives code using the unstablepin_drop.

3 participants