book icon indicating copy to clipboard operation
book copied to clipboard

The Rust Programming Language

Results 462 book issues
Sort by recently updated
recently updated
newest added

[this line](https://github.com/rust-lang/book/blob/main/src/ch06-03-if-let.md) ### the part i have problem with the corresponding `match` arm. The code in the `if let` block isn’t run if the value doesn’t match the pattern. after...

URL to the section(s) of the book with this problem: https://doc.rust-lang.org/book/ch20-02-multithreaded.html Description of the problem: This code block contains `job()` which seems to have appeared out of nowhere, and the...

URL to the section(s) of the book with this problem: https://doc.rust-lang.org/book/ch20-02-multithreaded.html Description of the problem: It's not clear why you can't use ``` impl Worker { fn new(id: usize) ->...

URL to the section(s) of the book with this problem: https://doc.rust-lang.org/book/ch13-01-closures.html#moving-captured-values-out-of-closures-and-the-fn-traits > 1. `FnOnce` applies to closures that can be called once. All closures implement at least this trait, because...

- I have searched open and closed issues and pull requests for duplicates, using these search terms: - 10.2 - iterating over - I have checked the latest `main` branch...

- I have searched open and closed issues and pull requests for duplicates, using these search terms: - 3.2 - "3.2" - stack rather - stack rather than heap -...

- I have searched open and closed issues and pull requests for duplicates, using these search terms: - drop - dropped - assign - assigned - assignment - I have...

This PR adds translation support based on https://github.com/google/mdbook-i18n-helpers. Translation support by mdbook-i18n-helpers is already used at [rust-by-example](https://github.com/rust-lang/rust-by-example), and translation build support on [rust-lang/rust](https://github.com/rust-lang/rust) was merged at https://github.com/rust-lang/rust/pull/124731, so I think...

Finally, here is chapter 06 adapted to the new `` pre-processor. I'm not sure if everything works as intended since I couldn't get `mdbook` to behave properly on my machine,...

Finally, here is chapter 09 adapted to the new `` pre-processor. I'm not sure if everything works as intended since I couldn't get `mdbook` to behave properly on my machine,...