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

Hi team, The section heading was [Looping Through a Collection with for](https://doc.rust-lang.org/book/ch03-05-control-flow.html#looping-through-a-collection-with-for) and instead the explanation under it is about `while`. Updated a link in ch12 which caused one of...

There are not any methods in C

Fixes #2893 This PR fixes an issue which can be experienced especially on mobile devices. In some cases Ferris overlays the code as it can be seen here: ![photo_2023-10-25_09-05-36](https://github.com/rust-lang/book/assets/14234815/5840c8bf-a67b-4bae-b275-a8a3c8220b29) This...

- I have searched open and closed issues and pull requests for duplicates, using these search terms: - C - C++ - Method - I have checked the latest `main`...

> This line does all the work in this little program: it prints text to the screen. There are four important details to notice here. > > First, Rust style...

2024-fix-nomination

This makes it clearer, that you COULD use a `while` loop to loop a collection, but a `for` loop is the preferred way When reading the section "Looping Through a...

upgrade `syn` crate to version `2.0` without modifying the code

Hello. I have started learning Rust and have a small suggestion for chapter 4.2. I think that it's worth it to directly state that you can create a mutable reference...

Hi, I’ve tried the final project in the book, and it’s really great stuff, I learned a lot. Thanks to everyone who took part in making it. There was one...

2024-fix-nomination