-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 #69652 - Dylan-DPC:rollup-0mlvtin, r=Dylan-DPC
Rollup of 9 pull requests Successful merges: - #69565 (miri engine: turn some debug_assert into assert) - #69609 (Remove `usable_size` APIs) - #69620 (doc(librustc_error_codes): add long error explanation for E0719) - #69626 (Toolstate: don't duplicate nightly tool list.) - #69628 (Fix a leak in `DiagnosticBuilder::into_diagnostic`.) - #69633 (Update my mailmap entry) - #69634 (clean up E0378 explanation) - #69637 (Don't convert Results to Options just for matching.) - #69641 (Update books) Failed merges: r? @ghost
- Loading branch information
Showing
33 changed files
with
216 additions
and
312 deletions.
There are no files selected for viewing
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
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 | |
+1 −1 | 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
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
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.