book
book copied to clipboard
The Rust Programming Language
Removed confusing colon from chapter 5 and replaced with . Closes #3301
Because Rust Language Server is deprecated now.
>Compiler errors can be frustrating, but really they only mean your program isn’t safely doing what you want it to do yet; Better say "Compilation errors", see https://en.wikipedia.org/wiki/Compilation_error
Language your translation is for: Indonesia URL to the repo where you're working: https://github.com/rustid/book-id ## Indonesian Book Version will be deployed at https://rustid.github.io/book-id ## Translation Progress https://github.com/rustid/book-id/issues/1 > This PR...
The sentence >The trim method on a String instance will eliminate any whitespace at the beginning and end, which we must do to be able to compare the string to...
The sentence is: > Otherwise, by default, Cargo will only look for versions greater than 0.8.5 and less than 0.9.0. As discussed in https://users.rust-lang.org/t/cargo-explanation-confusing-in-official-rust-book/102764/2 it would be a good idea...
Fix description: the example tries to count the number of times `sort_by_key` calls the closure, not how often `sort_by_key` is called. Also, use a clearer String value in the example...
- I have searched open and closed issues and pull requests for duplicates, using these search terms: - workspace - - - I have checked the latest `main` branch to...
- I have searched open and closed issues and pull requests for duplicates, using these search terms: - trait object 17.2 - I have checked the latest `main` branch to...
Language your translation is for: **Simple Chinese** URL to the repo where you're working: **https://github.com/artwalker/rust-lang-book-cn**