book
book copied to clipboard
The Rust Programming Language
https://github.com/rust-lang/book/pull/3918 and https://github.com/rust-lang/book/pull/3907 seem to have introduced some new preprocessors. These will need to be integrated with the rust build system so that the book gets built correctly. At a...
## Background As of #3918, we have a preprocessor that allows us to author with a custom HTML tag, `Listing`, roughly as if it were a component in a templating...
I was thinking about how we can make the process of working on the book easier, and one big way is to have format-on-save “just work” in people’s editors using...
updating the sentence to improve clarity and correctness by changing 'in front of' to 'before' when referring to the placement of `mut` in front of the variable name. as was...
These will need to be used as path dependencies in `rust-lang/rust`, as part of the build, because the Rust build pipeline invokes mdBook programmatically rather than via tools built directly,...
## Description This pull request addresses a logical oversight in handling the split operation. Originally, the code used `expect` directly on the result of `split('.').next()` with the error message "Could...
Please stop spreading misinformation. This is perfectly good code using the latest version of Rust: ``` fn main() { let mut x = 5; let y = &mut x; *y...
- I have searched open and closed issues and pull requests for duplicates, using these search terms: - - trpl-listing - I have checked the latest `main` branch to see...
This sentence works without this clarification (so feel free to deny) but when reading I got stuck on trying to figure out which of the two `println!()`s was being referred...
- I have searched open and closed issues and pull requests for duplicates, using these search terms: - impl - 10.2 - default - I have checked the latest `main`...