-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stabilize ManuallyDrop::take #68066
Stabilize ManuallyDrop::take #68066
Conversation
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
0226413
to
4e98966
Compare
📌 Commit 4e98966 has been approved by |
…ark-Simulacrum Stabilize ManuallyDrop::take Tracking issue: closes #55422 FCP merge: #55422 (comment) Reclaims the doc improvements from closed #62198. ----- Stable version is a simple change if necessary. Proposal: [relnotes] (this changes how to best take advantage of `ManuallyDrop`, esp. wrt. `Drop::drop` and finalize-by-value members)
☀️ Test successful - checks-azure |
Tracking issue: closes #55422
FCP merge: #55422 (comment)
Reclaims the doc improvements from closed #62198.
Stable version is a simple change if necessary.
Proposal: [relnotes] (this changes how to best take advantage of
ManuallyDrop
, esp. wrt.Drop::drop
and finalize-by-value members)