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

…gnito mode, to prevent it from crashing. See: https://medium.com/@ludirehak/why-chrome-crashes-the-rust-books-web-server-30265b18d32c Fixes #3545.

S-waiting-on-review

Very very minor change that changes the format of cargo's compile message. There were a couple of cargo messages formatted as `1.23 secs`, which doesn't seem to be what cargo...

This updates the testing code in chapter 11 to reflect what cargo will generate when running `cargo new adder --lib`.

- I have searched open and closed issues and pull requests for duplicates, using these search terms: - listing-09-13 - listing 09-13 - 9-13 - I have checked the latest...

2024-fix-nomination

Language your translation is for: Uyghur URL to the repo where you're working: https://github.com/UyCode/rust-lang-book-ug

Translations

Fix typo in Chapter 7 Section 3, changing: "benefit from the most functionality" to "benefit from most of the functionality" and "start an executable that calls code with the library...

Updated the path Refer the below screesnhot ![Rust-Documentation-Issue](https://github.com/rust-lang/book/assets/14862687/86e5a816-70ca-430b-bf50-c2e192d8d101)

Original expression `Any code that reads or writes from ...` should be `Any code that reads from or writes to ...`. However, compared with `access or modify`, `read from or...

S-waiting-on-author
2024-fix-nomination

As I was reading about unsafe Rust I came across the line "Access fields of `union`s". The generated HTML from Markdown displayed the "s" as a separate letter from the...