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
trafficstars

Language your translation is for: URL to the repo where you're working:

Translations

Language your translation is for: Romanian URL to the repo where you're working: https://github.com/GeorgianBadita/rust-book-ro

Translations

Add a missing pipe at the end of a mdBook table row.

Chapter 15.6 of the Rust Book 2018 edition includes the following code: ``` struct Node { value: i32, parent: RefCell, children: RefCell, } ``` This has a Rc inside a...

Enhancement

- I have searched open and closed issues and pull requests for duplicates, using these search terms: - This isn't issue but request for enhancement. - Similiar Issue rust-lang/mdbook#153 -...

This fixes: https://github.com/rust-lang/book/issues/3703

- I have searched open and closed issues and pull requests for duplicates, using these search terms: " chapter 18.2" "irrefutable patterns" - I have checked the latest `main` branch...

This PR mentions the `let`-`else` statement as an example of language construct that can accept both refutable and irrefutable patterns.

- I have searched open and closed issues and pull requests for duplicates, using these search terms: - 15-24 - I have checked the latest `main` branch to see if...

Add some clarification regarding the usage of private items inside child modules

2024-fix-nomination