Skip to content

Update books - #161321

Merged
rust-bors[bot] merged 2 commits into
rust-lang:mainfrom
rustbot:docs-update
Aug 19, 2026
Merged

Update books#161321
rust-bors[bot] merged 2 commits into
rust-lang:mainfrom
rustbot:docs-update

Conversation

@rustbot

@rustbot rustbot commented Aug 18, 2026

Copy link
Copy Markdown
Collaborator

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

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Aug 18, 2026
@rustbot

rustbot commented Aug 18, 2026

Copy link
Copy Markdown
Collaborator Author

r? @traviscross

rustbot has assigned @traviscross.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

Why was this reviewer chosen?

The reviewer was selected based on:

  • Owners of files modified in this PR: lang-docs
  • lang-docs expanded to JohnTitor, ehuss, traviscross
  • Random selection from JohnTitor, ehuss, traviscross

@rustbot

rustbot commented Aug 18, 2026

Copy link
Copy Markdown
Collaborator Author

⚠️ Warning ⚠️

@traviscross

Copy link
Copy Markdown
Contributor

@bors r+ rollup

@rust-bors

rust-bors Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

📌 Commit b8f0e6a has been approved by traviscross

It is now in the queue for this repository.

@rust-bors rust-bors Bot added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Aug 18, 2026
@traviscross

Copy link
Copy Markdown
Contributor

@bors r-

@rust-bors rust-bors Bot added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Aug 18, 2026
@rust-bors

rust-bors Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

This pull request was unapproved.

View changes since this unapproval

@rust-log-analyzer

This comment has been minimized.

@traviscross

Copy link
Copy Markdown
Contributor

@bors r+ rollup

@rust-bors

rust-bors Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

📌 Commit 5575007 has been approved by traviscross

It is now in the queue for this repository.

@rust-bors rust-bors Bot added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Aug 18, 2026
@traviscross traviscross added the beta-nominated Nominated for backporting to the compiler in the beta channel. label Aug 18, 2026
@traviscross

Copy link
Copy Markdown
Contributor

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.

cc @Mark-Simulacrum

@weihanglo

Copy link
Copy Markdown
Member

@traviscross do you know how this automation is set up? We may want the same thing for cargo.

jhpratt added a commit to jhpratt/rust that referenced this pull request Aug 19, 2026
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-bors Bot pushed a commit that referenced this pull request Aug 19, 2026
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)
@traviscross

Copy link
Copy Markdown
Contributor

do you know how this automation is set up? We may want the same thing for cargo.

It's done in triagebot. Ping me on Zulip and I'll tell you what I know.

@rust-bors
rust-bors Bot merged commit ed3c495 into rust-lang:main Aug 19, 2026
13 checks passed
@rustbot rustbot added this to the 1.100.0 milestone Aug 19, 2026
rust-bors Bot pushed a commit that referenced this pull request Aug 19, 2026
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

beta-nominated Nominated for backporting to the compiler in the beta channel. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants