-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
std: Stabilize feature try_reserve_2 #95392
Conversation
r? @kennytm (rust-highfive has picked a reviewer for you, use r? to override) |
@rustbot modify labels: +T-libs-api |
r? @dtolnay |
254d06c
to
5b68504
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do the stabilization of new APIs in a different PR than the new capacity-related guarantees. They will need two different libs-api FCP.
5b68504
to
8d71a8d
Compare
Updated. |
This is blocked on the FCP in #91789 (comment). @rustbot label -S-waiting-on-author +S-blocked |
8d71a8d
to
5d4b203
Compare
Signed-off-by: Xuanwo <github@xuanwo.io>
5d4b203
to
324286f
Compare
@bors r+ |
📌 Commit 324286f has been approved by |
Rollup of 5 pull requests Successful merges: - rust-lang#95392 (std: Stabilize feature try_reserve_2 ) - rust-lang#97798 (Hide irrelevant lines in suggestions to allow for suggestions that are far from each other to be shown) - rust-lang#97844 (Windows: No panic if function not (yet) available) - rust-lang#98013 (Subtype FRU fields first in `type_changing_struct_update`) - rust-lang#98191 (Remove the rest of unnecessary `to_string`) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
This PR intends to stabilize feature
try_reserve_2
, closes #91789This PR will also replace the previous PR: #95139