book
book copied to clipboard
The Rust Programming Language
While going through the guessing-game-tutorial, I've noticed we end up with an expression of this sort: let some_var = match { some_variants }; Shell shocked, I stared at the };...
Fixed typos: analagous -> analogous Found with: https://github.com/ss18/grep-typos
Hello, I apologize if this is the incorrect place for book feedback. When looking at the main page and its links, I did not find any other instructions for submitting...
Re-opened
fixes #3477 Earlier in the book projects are named with an _ between words this change makes it more consistent by using that convention in this example.
It is assumed that the change function will mutate the borrowed reference. It depends on the implementation of the function whether it will or will not mutate. It is more...
``` 10 | drop(v); // oh no! | ^ value used here after move ``` In the book, I should get a compilation error, but the source now passes compilation....
I found some grammar errors while reading the book and a ( , ) comma missing making it hard to interpret what message the author was trying to convey.
The previous explanation makes it sound like the comma in that place would match an optional trailing comma like in `[a, b, c,]`. That is incorrect, and actually that only...
- I have searched open and closed issues and pull requests for duplicates, using these search terms: - listing 9-5 - example 9.2 - 9.2 confusing - I have checked...