-
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
Stabilize std::io::Buf{Reader, Writer}::capacity
#72924
Conversation
r? @shepmaster (rust_highfive has picked a reviewer for you, use r? to override) |
@@ -198,7 +197,7 @@ impl<R> BufReader<R> { | |||
/// Ok(()) | |||
/// } | |||
/// ``` | |||
#[unstable(feature = "buffered_io_capacity", issue = "68833")] | |||
#[stable(feature = "buffered_io_capacity", since = "1.46.0")] |
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.
I set 1.46.0
here since promoting will happen soon.
Not a blocker, but related: #72919 |
|
Milestones don't have to be accurate right away, but they need to be set so the release team can update them when a new Rust version is released. |
Based on the FCP... @bors r+ rollup |
📌 Commit 7d27c63 has been approved by |
Rollup of 5 pull requests Successful merges: - rust-lang#72586 (split select into submodules) - rust-lang#72900 (Don't count pathless --extern for unused-crate-dependencies warnings) - rust-lang#72924 (Stabilize `std::io::Buf{Reader, Writer}::capacity`) - rust-lang#72942 (clean up E0641 explanation) - rust-lang#72945 (Updated documentation for Control Flow Guard) Failed merges: r? @ghost
Updated the milestone following the stabilize version. |
Closes #68833
FCP is done here: #68833 (comment)