forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 1
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 rust-lang#70072 - Centril:rollup-722hooh, r=Centril
Rollup of 7 pull requests Successful merges: - rust-lang#68746 (Make macro metavars respect (non-)hygiene) - rust-lang#69688 (Move tidy check to mingw-check) - rust-lang#69735 (bootstrap: Use hash to determine if sanitizers needs to be rebuilt) - rust-lang#69922 (implement zeroed and uninitialized with MaybeUninit) - rust-lang#69956 (Ensure HAS_FREE_LOCAL_NAMES is set for ReFree) - rust-lang#70061 (Cosmetic fixes in documentation) - rust-lang#70064 (Update books) Failed merges: r? @ghost
- Loading branch information
Showing
26 changed files
with
233 additions
and
201 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
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 reference
updated
6 files
+0 −3 | src/expressions/block-expr.md | |
+3 −4 | src/expressions/match-expr.md | |
+1 −1 | src/interior-mutability.md | |
+1 −1 | src/patterns.md | |
+1 −1 | src/statements.md | |
+1 −1 | src/types/inferred.md |
Submodule rust-by-example
updated
4 files
+11 −10 | .travis.yml | |
+1 −1 | src/SUMMARY.md | |
+2 −2 | src/hello/print.md | |
+5 −7 | src/variable_bindings/freeze.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
Oops, something went wrong.