-
Notifications
You must be signed in to change notification settings - Fork 13k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #69822 - Centril:rollup-360ca2j, r=Centril
Rollup of 8 pull requests Successful merges: - #69422 (Remove use of `unwrap()` from save-analysis) - #69548 (Turn trailing tokens in `assert!()` into hard errors) - #69561 (Clean up unstable book) - #69599 (check_binding_alt_eq_ty: improve precision wrt. `if let`) - #69641 (Update books) - #69776 (Fix & test leak of some BTreeMap nodes on panic during `into_iter`) - #69805 (resolve: Modernize some naming) - #69810 (test(bindings_after_at): add dynamic drop tests for bindings_after_at) Failed merges: r? @ghost
- Loading branch information
Showing
44 changed files
with
462 additions
and
455 deletions.
There are no files selected for viewing
Submodule embedded-book
updated
2 files
+19 −0 | src/intro/index.md | |
+1 −1 | src/static-guarantees/design-contracts.md |
Submodule nomicon
updated
8 files
+7 −0 | book.toml | |
+3 −3 | src/destructors.md | |
+2 −2 | src/ffi.md | |
+2 −0 | src/lifetimes.md | |
+1 −1 | src/safe-unsafe-meaning.md | |
+4 −4 | src/subtyping.md | |
+1 −1 | src/vec-alloc.md | |
+2 −2 | src/vec-final.md |
Submodule reference
updated
8 files
+1 −1 | src/attributes.md | |
+1 −1 | src/behavior-considered-undefined.md | |
+3 −3 | src/const_eval.md | |
+1 −1 | src/expressions/array-expr.md | |
+5 −5 | src/items/associated-items.md | |
+1 −1 | src/items/enumerations.md | |
+1 −1 | src/items/use-declarations.md | |
+25 −3 | src/type-layout.md |
Submodule rust-by-example
updated
3 files
+2 −2 | src/conversion/from_into.md | |
+2 −2 | src/flow_control/if_let.md | |
+1 −1 | src/mod/visibility.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/doc/unstable-book/src/language-features/impl-trait-in-bindings.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# `link_cfg` | ||
|
||
This feature is internal to the Rust compiler and is not intended for general use. | ||
|
||
------------------------ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 0 additions & 7 deletions
7
src/doc/unstable-book/src/library-features/read-initializer.md
This file was deleted.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
src/doc/unstable-book/src/library-features/tidy-test-never-used-anywhere-else.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# `tidy_test_never_used_anywhere_else` | ||
|
||
This feature is internal to the Rust compiler and is not intended for general use. | ||
|
||
------------------------ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.