Update books - #161321
Conversation
|
r? @traviscross rustbot has assigned @traviscross. Use Why was this reviewer chosen?The reviewer was selected based on:
|
|
|
@bors r+ rollup |
|
@bors r- |
|
This pull request was unapproved. |
This comment has been minimized.
This comment has been minimized.
|
@bors r+ rollup |
|
Looking at it, along with the Reference changes needing to be backported to beta, one of the edition guide changes should also be, so it probably makes sense to just backport this PR. |
|
@traviscross do you know how this automation is set up? We may want the same thing for cargo. |
Update books ## rust-lang/edition-guide 2 commits in 5a14f7276ebc0bd100974f02b918f30472c782fc..f5abcf137698e5ad6ebed359d69654ff705346af 2026-08-18 19:42:43 UTC to 2026-08-11 17:44:56 UTC - ignore tests which will be broken by never type stabilization (rust-lang/edition-guide#383) - Allow override inherited default-features (rust-lang/edition-guide#387) ## rust-lang/nomicon 1 commits in 5012a37c682b26c4e19433888ed2ca9b129696ca..5791ca9f5d671328af7a8fe87b42ca90c7211d28 2026-08-17 09:48:34 UTC to 2026-08-17 09:48:34 UTC - Remove obsolete improperly reduced borrows example (rust-lang/nomicon#526) ## rust-lang/reference 6 commits in 82da570bafd9efed421bdbae0f8603ede8dd308b..eda708334abad285d63bc1f3558a51e8b790346e 2026-08-18 19:47:06 UTC to 2026-08-11 17:18:06 UTC - Revert "Document RISC-V d, e, and f extensions" (rust-lang/reference#2329) - Bump railroad-dependency; themed syntax diagrams (rust-lang/reference#2328) - document naked c-variadic functions (rust-lang/reference#2321) - Add `extern "custom"` (rust-lang/reference#2300) - Empty repr(Rust) enums are ZSTs (rust-lang/reference#2293) - aliasing rule summary: use a bulleted list (rust-lang/reference#2322)
Rollup of 18 pull requests Successful merges: - #154210 (fix: fix the capture behavior of `if let` in closures) - #156176 (Initial implementation of `FnPtr` trait) - #160767 (Unify E0117 foreign-trait label for ADT/primitive types with existing Slice/Array/Tuple handling) - #161297 (std: use UNIX's `Instant` and `SystemTime` on Hermit) - #160489 (Adding diagnostic item markers for multiple fs functions and structs) - #160643 (Require windowed (and exception) for Xtensa ABI) - #161088 (suppress projection errors already covered by a trait error) - #161114 (Remove fields from TypeKind: Struct, Enum, Union and Tuple) - #161115 (Assorted allocator nitpicks) - #161220 (bootstrap: Allow `./x fix --allow-dirty`) - #161296 (Enable overflow checks in `rustc_thread_pool`) - #161298 (remove rustc_error_messages dependency) - #161304 (Rename test so it matches the issue) - #161309 (`allow(non_camel_case_types)` in `minicore.rs`) - #161315 (Relax codgen test variable regex) - #161318 (Doc: clarify how `Read::bytes` handling Interrupted errors) - #161321 (Update books) - #161335 ([compiletest] Use the correct rustc lib directory for query_rustc_output)
It's done in triagebot. Ping me on Zulip and I'll tell you what I know. |
Rollup merge of #161321 - rustbot:docs-update, r=traviscross Update books ## rust-lang/edition-guide 2 commits in 5a14f7276ebc0bd100974f02b918f30472c782fc..f5abcf137698e5ad6ebed359d69654ff705346af 2026-08-18 19:42:43 UTC to 2026-08-11 17:44:56 UTC - ignore tests which will be broken by never type stabilization (rust-lang/edition-guide#383) - Allow override inherited default-features (rust-lang/edition-guide#387) ## rust-lang/nomicon 1 commits in 5012a37c682b26c4e19433888ed2ca9b129696ca..5791ca9f5d671328af7a8fe87b42ca90c7211d28 2026-08-17 09:48:34 UTC to 2026-08-17 09:48:34 UTC - Remove obsolete improperly reduced borrows example (rust-lang/nomicon#526) ## rust-lang/reference 6 commits in 82da570bafd9efed421bdbae0f8603ede8dd308b..eda708334abad285d63bc1f3558a51e8b790346e 2026-08-18 19:47:06 UTC to 2026-08-11 17:18:06 UTC - Revert "Document RISC-V d, e, and f extensions" (rust-lang/reference#2329) - Bump railroad-dependency; themed syntax diagrams (rust-lang/reference#2328) - document naked c-variadic functions (rust-lang/reference#2321) - Add `extern "custom"` (rust-lang/reference#2300) - Empty repr(Rust) enums are ZSTs (rust-lang/reference#2293) - aliasing rule summary: use a bulleted list (rust-lang/reference#2322)
rust-lang/edition-guide
2 commits in 5a14f7276ebc0bd100974f02b918f30472c782fc..f5abcf137698e5ad6ebed359d69654ff705346af
2026-08-18 19:42:43 UTC to 2026-08-11 17:44:56 UTC
rust-lang/nomicon
1 commits in 5012a37c682b26c4e19433888ed2ca9b129696ca..5791ca9f5d671328af7a8fe87b42ca90c7211d28
2026-08-17 09:48:34 UTC to 2026-08-17 09:48:34 UTC
rust-lang/reference
6 commits in 82da570bafd9efed421bdbae0f8603ede8dd308b..eda708334abad285d63bc1f3558a51e8b790346e
2026-08-18 19:47:06 UTC to 2026-08-11 17:18:06 UTC
extern "custom"(Addextern "custom"reference#2300)