-
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
Stablize {HashMap,BTreeMap}::into_{keys,values} #84328
Conversation
r? @kennytm (rust-highfive has picked a reviewer for you, use r? to override) |
@rustbot modify labels: +T-libs |
r? @m-ou-se |
This comment has been minimized.
This comment has been minimized.
23f1611
to
33cc3f5
Compare
We nowadays try to do the FCP on the tracking issue before the stabilization PR, to avoid starting a new discussion on the feature separate from the tracking issue. I've started the FCP process there: #75294 (comment) |
@bors r+ |
📌 Commit 33cc3f5 has been approved by |
Oh wait. FCP didn't finish yet. :) @bors r- |
FCP finished here: #75294 (comment) @bors r+ rollup |
📌 Commit b6f3dbb has been approved by |
…, r=m-ou-se Stablize {HashMap,BTreeMap}::into_{keys,values} I would propose to stabilize `{HashMap,BTreeMap}::into_{keys,values}`( aka. `map_into_keys_values`). Closes rust-lang#75294.
…, r=m-ou-se Stablize {HashMap,BTreeMap}::into_{keys,values} I would propose to stabilize `{HashMap,BTreeMap}::into_{keys,values}`( aka. `map_into_keys_values`). Closes rust-lang#75294.
…, r=m-ou-se Stablize {HashMap,BTreeMap}::into_{keys,values} I would propose to stabilize `{HashMap,BTreeMap}::into_{keys,values}`( aka. `map_into_keys_values`). Closes rust-lang#75294.
Rollup of 8 pull requests Successful merges: - rust-lang#83507 (Implement RFC 2951: Native link modifiers) - rust-lang#84328 (Stablize {HashMap,BTreeMap}::into_{keys,values}) - rust-lang#84712 (Simplify chdir implementation and minimize unsafe block) - rust-lang#84851 (:arrow_up: rust-analyzer) - rust-lang#84923 (Only compute Obligation `cache_key` once in `register_obligation_at`) - rust-lang#84945 (E0583: Include secondary path in error message) - rust-lang#84949 (Fix typo in `MaybeUninit::array_assume_init` safety comment) - rust-lang#84950 (Revert PR 83866) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
I would propose to stabilize
{HashMap,BTreeMap}::into_{keys,values}
( aka.map_into_keys_values
).Closes #75294.