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

There is [a paragraph in Chapter 15.6](https://github.com/rust-lang/book/blob/d20900e313765911490aaaea5ef17b09a887245f/src/ch15-06-reference-cycles.md?plain=1#L189-L192) that seems to be saying the opposite of what it should: > Thinking about the relationships another way, a parent node should own...

Q for ourselves

As the English edition of the book is also constantly revised. So it will cause the translation and the original does not correspond. There is a suggestion. We can manage...

Enhancement
blocked upstream
Translations

*Everything* for the new Chapter 17. > [!Note] > Work is actually happening on #3909 and other branches moving into it over time. This PR generally includes everything that #3909...

To me, the Ferris icons look more or less the same. The differences (the small mouth, the question mark, the positions of the claws) are almost negligible compared to the...

Online only
Q for ourselves

A working draft of a new chapter on async and await! If you have been invited to give comments, please do so! (If you’re not someone we have actively invited,...

Maybe giving a copy-pasteable `cargo add rand@version` command would prevent issues we've seen in the past when a newer version of `rand` is available with breaking changes, and people install...

2024-fix-nomination

The "if" seems misplaced. When reading it feels like "if" refers to "deterministically" as if the compiler might sometimes apply the rules nondeterministically 😅

I've done another Chinese translation of this book, please merge this pull request to give people another option to learn this language. Thanks a lot.

Translations

This is a small change which will give improved accessibility for the handful of places we use ``, e.g. `ctrl-c`. Right now, there is no CSS or anything associated with...

Convert ch02 and ch03 listings to `` Contributes to Issue #3919