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

URL to the section(s) of the book with this problem: https://doc.rust-lang.org/book/ch04-03-slices.html Description of the problem: After the first code block, the following text is written: ``` The first_word function has...

Clarification about the order of references and data being cleaned up when they share the same scope. I'm honestly not sure my edit is correct, but I was left with...

This pull request updates the examples in the Strings module of the Rust book to use Ukrainian language instead of russian. As a Ukrainian citizen, I believe it is important...

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

Hey Rust team! I hope you're doing well. I've got an idea to streamline our translation efforts for the Rust book. Managing translations can be a hassle, right? But I...

I found this explanation for [FnMut](https://doc.rust-lang.org/std/ops/trait.FnMut.html) in the documentation helpful, which explicitly points out the hierarchy of Fn traits, i.e. subtraits and supertraits: > FnMut is implemented automatically by closures...

In the section "The Static Lifetime", chapter 10-03. Before: ![2024-10-12_08-29_1](https://github.com/user-attachments/assets/4bccadb3-95a7-4f15-bd53-1a1ef10d8781) After: ![2024-10-12_08-29](https://github.com/user-attachments/assets/0db1ea7d-eae2-4afa-9f09-408c51f14e94) Here, I'm trying to address two things that I found weird about this paragraph: - The introductory phrase...

Contributes to https://github.com/rust-lang/book/issues/3919.

> [!IMPORTANT] > This cannot be merged as is, because it uses new syntax from Rust 1.82.0 (out in about two weeks!), so we cannot merge till we have updated...

When I click on https://doc.rust-lang.org/book/ → Printer icon 🖶 in the right upper corner, this page loads https://doc.rust-lang.org/book/print.html. I print the output. All the hyperlinks are now gone. The printout...