-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Destabilise entry_insert #94105
Destabilise entry_insert #94105
Conversation
r? @m-ou-se (rust-highfive has picked a reviewer for you, use r? to override) |
📌 Commit 319dd15 has been approved by |
…=Mark-Simulacrum Destabilise entry_insert See: rust-lang#90345 I didn't revert the rename that was done in that PR, I left it as `entry_insert`. Additionally, before that PR, `VacantEntry::insert_entry` seemingly had no stability attribute on it? I kept the attribute, just made it an unstable one, same as the one on `Entry`. There didn't seem to be any mention of this in the RELEASES.md, so I don't think there's anything for me to do other than this?
☀️ Test successful - checks-actions |
Finished benchmarking commit (cb4ee81): comparison url. Summary: This benchmark run did not return any relevant results. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
…imulacrum [stable] 1.59.0 release This adds in a few backports: * Destabilise entry_insert rust-lang#94105 * Update compiler_builtins to fix duplicate symbols in armv7-linux-androideabi rlib rust-lang#93436 This also includes a fresh commit replicating the 1.52.1 patch soft-disabling incremental for 1.59, in light of discussion on rust-lang#94124. This hasn't yet been fully approved but I think is the likely way things will go, so preparing the first round of stable artifacts with that in mind. r? `@Mark-Simulacrum`
See: #90345
I didn't revert the rename that was done in that PR, I left it as
entry_insert
.Additionally, before that PR,
VacantEntry::insert_entry
seemingly had no stability attribute on it? I kept the attribute, just made it an unstable one, same as the one onEntry
.There didn't seem to be any mention of this in the RELEASES.md, so I don't think there's anything for me to do other than this?