-
Notifications
You must be signed in to change notification settings - Fork 13k
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 11 pull requests #34508
Rollup of 11 pull requests #34508
Conversation
Indicate how it gets created and add an example.
… r=nikomatsakis run rustfmt on librustc_passes folder
… r=steveklabnik Syntax coloring and more compact diagram Two cosmetic improvements: - New content was added a few days ago to the **Closures** chapter but it was missing rust's syntax coloring. - Also, in the **Crates and Modules** chapter, a diagram was improved to be more symmetric and to take less space.
update reference for rust-lang#29734
Traits where syntax's extra usage example more clearly r? @steveklabnik
Add example for `std::thread::sleep`. None
Use the correct types in float examples r? @steveklabnik
…teveklabnik [doc] Fix links in Ownership section of the book - Add a missing link definition for `[i32]`. - Like `[stack]` link is pointing to `...#the-stack`, append `#the-heap` to `[heap]` link.
…Gomez Add example with leading zeros I was searching for this format very long. So I added an example to the prominent section. I was thinking of putting the keyword leading in the corresponding section as well, what do you think? r? @steveklabnik
…bnik Fix E0269 error explanation r? @steveklabnik
…eGomez Expand `std::path::Component` documentation. Indicate how it gets created and add an example.
…st, r=GuillaumeGomez rustdoc: Fix inlined renamed reexports in import lists Fixes rust-lang#34473
@bors: r+ p=1 force |
📌 Commit 991ddc5 has been approved by |
r? @Aatch (rust_highfive has picked a reviewer for you, use r? to override) |
⌛ Testing commit 991ddc5 with merge 05f0cd2... |
@bors r- force |
⛄ The build was interrupted to prioritize another pull request. |
(sorry, this conflicts with my breaking batch, #34424, and I'd really like to avoid rebasing all the merges) |
☔ The latest upstream changes (presumably #34424) made this pull request unmergeable. Please resolve the merge conflicts. |
@steveklabnik Everything but #33951 is still mergeable. |
std::thread::sleep
. #34406, Use the correct types in float examples #34415, [doc] Fix links in Ownership section of the book #34442, Add example with leading zeros #34462, Fix E0269 error explanation #34471, Expandstd::path::Component
documentation. #34475, rustdoc: Fix inlined renamed reexports in import lists #34479