Skip to content

Stabilize map_many_mut feature #136152

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

Merged
merged 2 commits into from
Feb 7, 2025
Merged

Conversation

Urgau
Copy link
Member

@Urgau Urgau commented Jan 27, 2025

This PR stabilize HashMap::get_many_mut as HashMap::get_disjoint_mut and HashMap::get_many_unchecked_mut as HashMap::get_disjoint_unchecked_mut per FCP.

FCP at #97601 (comment)
Fixes #97601
r? libs

as well as `HashMap::get_many_unchecked_mut` to
`HashMap::get_disjoint_unchecked_mut`.
@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Jan 27, 2025
@rust-log-analyzer

This comment has been minimized.

@Urgau Urgau force-pushed the stabilize-map_many_mut branch from 737e301 to 6b7b547 Compare January 27, 2025 18:47
@Urgau Urgau mentioned this pull request Jan 27, 2025
4 tasks
@Urgau
Copy link
Member Author

Urgau commented Feb 6, 2025

FCP has completed, #97601 (comment) 🎉

@joshtriplett
Copy link
Member

@bors r+ rollup

@bors
Copy link
Collaborator

bors commented Feb 6, 2025

📌 Commit 6b7b547 has been approved by joshtriplett

It is now in the queue for this repository.

@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-review Status: Awaiting review from the assignee but also interested parties. labels Feb 6, 2025
@bors bors merged commit 0fb72ee into rust-lang:master Feb 7, 2025
6 checks passed
@rustbot rustbot added this to the 1.86.0 milestone Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tracking Issue for map_many_mut
6 participants