book
book copied to clipboard
The Rust Programming Language
URL to the section(s) of the book with this problem: https://doc.rust-lang.org/book/ch04-03-slices.html Description of the problem: After the first code block, the following text is written: ``` The first_word function has...
Clarification about the order of references and data being cleaned up when they share the same scope. I'm honestly not sure my edit is correct, but I was left with...
This pull request updates the examples in the Strings module of the Rust book to use Ukrainian language instead of russian. As a Ukrainian citizen, I believe it is important...
- I have searched open and closed issues and pull requests for duplicates, using these search terms: - object safety - I have checked the latest `main` branch to see...
Hey Rust team! I hope you're doing well. I've got an idea to streamline our translation efforts for the Rust book. Managing translations can be a hassle, right? But I...
I found this explanation for [FnMut](https://doc.rust-lang.org/std/ops/trait.FnMut.html) in the documentation helpful, which explicitly points out the hierarchy of Fn traits, i.e. subtraits and supertraits: > FnMut is implemented automatically by closures...
In the section "The Static Lifetime", chapter 10-03. Before:  After:  Here, I'm trying to address two things that I found weird about this paragraph: - The introductory phrase...
Contributes to https://github.com/rust-lang/book/issues/3919.
> [!IMPORTANT] > This cannot be merged as is, because it uses new syntax from Rust 1.82.0 (out in about two weeks!), so we cannot merge till we have updated...
When I click on https://doc.rust-lang.org/book/ → Printer icon 🖶 in the right upper corner, this page loads https://doc.rust-lang.org/book/print.html. I print the output. All the hyperlinks are now gone. The printout...