-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Rollup of 6 pull requests #116222
Rollup of 6 pull requests #116222
Conversation
Refer to the error instead of expanding its name.
Originally added in rust-lang#70095.
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`
Change the wording in `std::fmt::Write::write_str` Refer to the error instead of expanding its name.
format doc-comment code examples in std::process
…eq, r=dtolnay fix a comment about assert_receiver_is_total_eq "a type implements #[deriving]" doesn't make any sense, so I assume they meant "implement `Eq`"? Also the attribute is called `derive`.
…rrors more clippy complextity fixes redundant_guards, useless_format, clone_on_copy
Document -Zlink-native-libraries Originally added in rust-lang#70095.
…tweak, r=compiler-errors Tweak wording of missing angle backets in qualified path
@bors r+ rollup=never p=6 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: 46da927abb In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (6e09cff): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 631.429s -> 631.917s (0.08%) |
Successful merges:
std::fmt::Write::write_str
#112959 (Change the wording instd::fmt::Write::write_str
)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup