Commit 1f1b644
authored
Rollup merge of rust-lang#125933 - rustbot:docs-update, r=ehuss
Update books
## rust-lang/book
6 commits in 85442a608426d3667f1c9458ad457b241a36b569..5228bfac8267ad24659a81b92ec5417976b5edbc
2024-05-29 20:55:49 UTC to 2024-05-27 17:22:03 UTC
- Fix typo in ch10-03 (rust-lang/book#3539)
- Backport changes to ch 9 and 10 (rust-lang/book#3946)
- infra: correctly support preprocessors for nostarch (rust-lang/book#3944)
- Use `<kbd>` instead of `<span class="keystroke">` (rust-lang/book#3945)
- infra: Fix clippy warning in remove_markup (rust-lang/book#3943)
- fix: ch10-03 - misleading use of expect on .split (rust-lang/book#3939)
## rust-lang/edition-guide
2 commits in 0c68e90acaae5a611f8f5098a3c2980de9845ab2..bbaabbe088e21a81a0d9ae6757705020d5d7b416
2024-05-24 19:07:18 UTC to 2024-05-21 22:40:52 UTC
- 2024: Document reserving `gen` keyword (rust-lang/edition-guide#300)
- 2024: Document cargo changes (rust-lang/edition-guide#301)
## rust-embedded/book
1 commits in dd962bb82865a5284f2404e5234f1e3222b9c022..b10c6acaf0f43481f6600e95d4b5013446e29f7a
2024-05-31 08:51:50 UTC to 2024-05-31 08:51:50 UTC
- Add some explanations as to why exception re-entrancy may still be an issue in a multicore-environment. (rust-embedded/book#367)
## rust-lang/reference
6 commits in e356977fceaa8591c762312d8d446769166d4b3e..6019b76f5b28938565b251bbba0bf5cc5c43d863
2024-06-03 15:58:57 UTC to 2024-05-25 18:35:54 UTC
- Add Apple `target_abi` values to the example values (rust-lang/reference#1507)
- this needs a space (rust-lang/reference#1506)
- Mention Variadics With No Fixed Parameter (rust-lang/reference#1494)
- Add "scopes" chapter. (rust-lang/reference#1040)
- update patterns.md for const pattern RFC (rust-lang/reference#1456)
- document guarantee about evaluation of associated consts and const blocks (rust-lang/reference#1497)
## rust-lang/rust-by-example
3 commits in 20482893d1a502df72f76762c97aed88854cdf81..4840dca06cadf48b305d3ce0aeafde7f80933f80
2024-05-28 13:56:12 UTC to 2024-05-27 11:51:10 UTC
- Update mdbook-i18n-helpers to 0.3.3 (rust-lang/rust-by-example#1857)
- Fix CI failure (rust-lang/rust-by-example#1856)
- Add precision on From/Into asymmetry to from_into.md (rust-lang/rust-by-example#1855)
## rust-lang/rustc-dev-guide
4 commits in b6d4a49..6a7374b
2024-05-31 00:27:28 UTC to 2024-05-21 09:56:12 UTC
- Flesh out the "representing types" chapter (rust-lang/rustc-dev-guide#1985)
- sync the stage0 filename (rust-lang/rustc-dev-guide#1979)
- Add Rust for Linux notification group entry (rust-lang/rustc-dev-guide#1984)
- fix some typos (rust-lang/rustc-dev-guide#1983)File tree
6 files changed
+6
-6
lines changed- src/doc
6 files changed
+6
-6
lines changed- listings/ch09-error-handling/listing-09-13/src/lib.rs+17
- listings/ch09-error-handling/listing-09-13/src/main.rs+1-20
- listings/ch10-generic-types-traits-and-lifetimes/listing-10-24/src/main.rs+1-1
- listings/ch10-generic-types-traits-and-lifetimes/no-listing-10-lifetimes-on-methods/src/main.rs+1-1
- nostarch/chapter09.md+261-222
- nostarch/chapter10.md+218-187
- packages/mdbook-trpl-listing/src/lib.rs+1-1
- packages/mdbook-trpl-note/src/lib.rs+1-1
- packages/tools/src/bin/remove_markup.rs+1-1
- src/ch02-00-guessing-game-tutorial.md+11-12
- src/ch03-05-control-flow.md+6-7
- src/ch09-00-error-handling.md+1-1
- src/ch09-01-unrecoverable-errors-with-panic.md+37-35
- src/ch09-02-recoverable-errors-with-result.md+43-41
- src/ch09-03-to-panic-or-not-to-panic.md+22-23
- src/ch10-00-generics.md+14-14
- src/ch10-01-syntax.md+23-22
- src/ch10-02-traits.md+35-34
- src/ch10-03-lifetime-syntax.md+42-43
- src/ch20-01-single-threaded.md+4-4
- src/ch20-03-graceful-shutdown-and-cleanup.md+4-4
- tools/nostarch.sh+8
Submodule embedded-book updated 1 file
Submodule rustc-dev-guide updated 22 files
- src/SUMMARY.md+12-7
- src/borrow_check/opaque-types-region-inference-restrictions.md+3-3
- src/bound-vars-and-params.md-59
- src/building/bootstrapping/what-bootstrapping-does.md+1-1
- src/building/quickstart.md+1-1
- src/building/suggested.md+1-2
- src/generic_arguments.md-50
- src/generic_parameters_summary.md+7
- src/generics.md-144
- src/notification-groups/about.md+1
- src/notification-groups/rust-for-linux.md+23
- src/overview.md+3-3
- src/return-position-impl-trait-in-trait.md+1-1
- src/ty-fold.md+3-4
- src/ty.md+1-78
- src/ty_module/binders.md+51
- src/ty_module/early_binder.md+76
- src/ty_module/generic_arguments.md+128
- src/ty_module/instantiating_binders.md+145
- src/ty_module/param_ty_const_regions.md+98
- src/walkthrough.md+1-1
- src/what_is_ty_generics.md+21
0 commit comments