-
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
Document std::fs::File close behavior ignoring errors #59470
Conversation
r? @dtolnay (rust_highfive has picked a reviewer for you, use r? to override) |
As an aside, is there a |
Ping from triage, @dtolnay :) |
@Centril What do you think about adding a
|
@czipperz I have no opinion. :) |
@dtolnay has previously stated that such a change requires going through the RFC process. See discussion at #32255 Update: and I see the PR author has actually opened an issue dedicated to this question, at #59567 |
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.
Thanks!
@dtolnay Redid the documentation based on comments I've read in other threads. |
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.
Thanks, looks good to me.
@bors r+ rollup |
📌 Commit a969d40 has been approved by |
…dtolnay Document std::fs::File close behavior ignoring errors Resolves rust-lang#52685
…dtolnay Document std::fs::File close behavior ignoring errors Resolves rust-lang#52685
…dtolnay Document std::fs::File close behavior ignoring errors Resolves rust-lang#52685
…dtolnay Document std::fs::File close behavior ignoring errors Resolves rust-lang#52685
…dtolnay Document std::fs::File close behavior ignoring errors Resolves rust-lang#52685
Rollup of 8 pull requests Successful merges: - #59470 (Document std::fs::File close behavior ignoring errors) - #59555 (update miri) - #59556 (update stdsimd) - #59596 (Forward formatter settings to bounds of `Range<T>` in `fmt::Debug` impl) - #59639 (Never return uninhabited values at all) - #59671 (Make some of lexer's API private) - #59685 (Add description for -Os and -Oz in rustc.1) - #59686 (Temporarily disable stack probing for gnux32.) Failed merges: r? @ghost
Resolves #52685