-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Stabilize btree_entry_insert
feature
#144871
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
Conversation
r? @ibraheemdev
rustbot has assigned @ibraheemdev.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.
Use r?
to explicitly pick a reviewer
r? libs-api because it's been a while since the FCP.
I haven't looked but it's worth a sanity check if the concerns that caused HashMap::insert_entry
to be destabilized also apply to BTreeMap
#90345 (comment). (It was eventually stabilized after #44286 went through FCP to reject.)
Uh oh!
There was an error while loading. Please reload this page.
This stabilises
btree_map::VacantEntry::insert_entry
andbtree_map::Entry::insert_entry
, following the FCP in tracking issue.New stable API:
(FCP ended almost a year ago, so if it's needed for process we could rerun it)