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

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

Reordered version of `assert_eq!(result, 4);` in listing 11-7 would be `assert_eq!(4, result);` in the explanation text.

Hi folks! A new rustacean here, enjoying the book a lot. I have realised that in the `match` expression I edited, there's a variable `page_title` that seems to be copy-pasted...

It said "Waiting for All Threads to Finishing Using `join` Handles" and it should be "Finish". Just something I spotted whilst reading online. The same error exists in nostarch/chapter17.md but...

Bumps [ring](https://github.com/briansmith/ring) from 0.17.8 to 0.17.14. Changelog Sourced from ring's changelog. Version 0.17.14 (2025-03-11) Fixed a performance bug in the AVX2-based AES-GCM implementation added in ring 0.17.13. This will be...

dependencies
rust

File: src/ch02-00-guessing-game-tutorial.md Book: p. 20 § 2 > Cargo considers these versions to have public APIs compatible with version 0.8.5, and this specification ensures you’ll get the latest patch release...

Add missing word in the first paragraph: ``` If you‘re wondering when to choose method over the other, ``` vs ``` If you‘re wondering when to choose one method over...

This PR updates listings `21-17` and `21-18` to show changes that were necessary to the `Worker` struct. In listing `21-17`, unless you also update the type for the `Worker::thread` field,...

This patch: + fixes the broken link to CI build status badge: ![image](https://github.com/user-attachments/assets/6ad33188-a4b1-4ab0-be39-4f7a39cffedc) + links the build status to gha workflow run