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

- [x] I have checked the latest `main` branch to see if this has already been fixed - [x] I have searched existing issues and pull requests for duplicates ###...

- [x] I have checked the latest `main` branch to see if this has already been fixed - [x] I have searched existing issues and pull requests for duplicates URL...

2024-fix-nomination

Include a simple note to clarify why num was used. Initially this could confuse starters since they might thing that num is some special rust keyword I found the answer...

- [X] I have checked the latest `main` branch to see if this has already been fixed - [X] I have searched existing issues and pull requests for duplicates This...

Need more info

It is a common misconception from rust beginners that rust has "immutable values", something found in other languages. The current text seems to imply that a value could gain a...

- [x] I have checked the latest `main` branch to see if this has already been fixed - [x] I have searched existing issues and pull requests for duplicates URL...

The section that talks about what traits closures get mapped to, in chapter 13, is a little confusing. See the highlights sentences below. > These are encoded in the three...

Q for ourselves

This issue tracks inclusion of information about async/await into the Book. This will happen in the 2018 edition. Tracking issue: None

Enhancement

- [x ] I have checked the latest `main` branch to see if this has already been fixed - [x ] I have searched existing issues and pull requests for...

Need more info

Use `Vec::drain` method which allows to move elements out of the vector. Then wrapping `thread` into `Option` is not needed.

2024-fix-nomination