-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Change the wording in std::fmt::Write::write_str
#112959
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
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @m-ou-se (or someone else) soon. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
The full path |
d357404
to
7f469f8
Compare
Added the path to the line above. |
Refer to the error instead of expanding its name.
7f469f8
to
659c17a
Compare
This comment has been minimized.
This comment has been minimized.
error: unresolved link to `std::fmt::Error` --> library/core/src/fmt/mod.rs:115:52 | 115 | /// This function will return an instance of [`std::fmt::Error`] on error. | | = note: `-D rustdoc::broken-intra-doc-links` implied by `-D warnings`
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!
@bors r+ rollup |
…iaskrgr Rollup of 6 pull requests Successful merges: - rust-lang#112959 (Change the wording in `std::fmt::Write::write_str`) - rust-lang#115535 (format doc-comment code examples in std::process) - rust-lang#115888 (fix a comment about assert_receiver_is_total_eq) - rust-lang#116211 (more clippy complextity fixes ) - rust-lang#116213 (Document -Zlink-native-libraries) - rust-lang#116215 (Tweak wording of missing angle backets in qualified path) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#112959 - tbu-:pr_fmt_error_wording, r=dtolnay Change the wording in `std::fmt::Write::write_str` Refer to the error instead of expanding its name.
Refer to the error instead of expanding its name.