-
Notifications
You must be signed in to change notification settings - Fork 13.3k
remove intrinsics::drop_in_place #140151
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
base: master
Are you sure you want to change the base?
remove intrinsics::drop_in_place #140151
Conversation
b6e062c
to
f8b0768
Compare
@bors try |
…rinsic, r=<try> remove intrinsics::drop_in_place This was only ever accidentally stable, and has been marked as deprecated since Rust 1.52, released almost 4 years ago. We've removed the old serialization `derive`s, maybe we can remove this one as well? As suggested by `@jhpratt,` let's see what crater says for this one.
This comment has been minimized.
This comment has been minimized.
f8b0768
to
dd39c2f
Compare
@bors try |
…rinsic, r=<try> remove intrinsics::drop_in_place This was only ever accidentally stable, and has been marked as deprecated since Rust 1.52, released almost 4 years ago. We've removed the old serialization `derive`s, maybe we can remove this one as well? As suggested by `@jhpratt,` let's see what crater says for this one.
This comment has been minimized.
This comment has been minimized.
More tests need blessing if we want to land this, but that doesn't block a crater run. |
☀️ Try build successful - checks-actions |
@craterbot check |
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
dd39c2f
to
e7efab9
Compare
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🎉 Experiment
|
all regressions look unrelated |
Yeah, indeed. So this becomes a question for @rust-lang/libs-api then I guess -- do we want to remove this accidentally-stable function that has been deprecated for years? |
We discussed this in the @rust-lang/libs-api meeting and there was no opposition to removing it. @rfcbot merge |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
@rfcbot merge |
Team member @Amanieu has proposed to merge this. The next step is review by the rest of the tagged team members: No concerns currently listed. Once a majority of reviewers approve (and at most 2 approvals are outstanding), this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up! See this document for info about what commands tagged team members can give me. |
🔔 This is now entering its final comment period, as per the review above. 🔔 |
This was only ever accidentally stable, and has been marked as deprecated since Rust 1.52, released almost 4 years ago. We've removed the old serialization
derive
s, maybe we can remove this one as well?As suggested by @jhpratt, let's see what crater says for this one.