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

#[should_panic = "msg"] is shorthand for #[should_panic(expected = "msg")]

Appendix 4 seems to have duplicate text. This PR deletes the unnecessary part.

Current text: > For an example of how helpful this can be, consider what happens when we run it against Listing 20-11: > > ``` > $ cargo +nightly miri...

Language your translation is for: URL to the repo where you're working:

Translations

This merge from add_vietnamese branch only add+ code to append_ix translation file Full vietnamese translate at main branch Repo: https://github.com/tuanemdev/rust-book-vn Host: https://rust-book.tuanem.com/

- I have searched open and closed issues and pull requests for duplicates, using these search terms: - 7.2 - Ch 7.2 - Typo URL to the section(s) of the...

The sample code in Chapter 17.1 makes use of the `impl Trait` syntax in the return position of a function. So far, the provided explanation referenced the “Traits as Parameters”...

I've just started reading the book. After glimpsing at the table of contents, I noticed the absence of a chapter dedicated to security. Same for networking, now I've noticed. Is...

The listing is supposed to show why it doesn't make sense to use "if let" with an irrefutable pattern. Currently the live book is showing a "let else" which could...