-
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 #64981 - tmandry:rollup-slfkhay, r=tmandry
Rollup of 11 pull requests Successful merges: - #64649 (Avoid ICE on return outside of fn with literal array) - #64722 (Make all alt builders produce parallel-enabled compilers) - #64801 (Avoid `chain()` in `find_constraint_paths_between_regions()`.) - #64805 (Still more `ObligationForest` improvements.) - #64840 (SelfProfiler API refactoring and part one of event review) - #64885 (use try_fold instead of try_for_each to reduce compile time) - #64942 (Fix clippy warnings) - #64952 (Update cargo.) - #64974 (Fix zebra-striping in generic dataflow visualization) - #64978 (Fully clear `HandlerInner` in `Handler::reset_err_count`) - #64979 (Update books) Failed merges: - #64959 (syntax: improve parameter without type suggestions) r? @ghost
- Loading branch information
Showing
40 changed files
with
635 additions
and
496 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 book
updated
14 files
+2 −0 | Cargo.lock | |
+5 −7 | ci/build.sh | |
+0 −4 | ci/stable-check/Cargo.lock | |
+0 −6 | ci/stable-check/Cargo.toml | |
+0 −43 | ci/stable-check/src/main.rs | |
+1 −0 | rust-toolchain | |
+1 −1 | src/ch03-01-variables-and-mutability.md | |
+3 −2 | src/ch12-04-testing-the-librarys-functionality.md | |
+2 −4 | src/ch13-01-closures.md | |
+5 −7 | src/ch15-05-interior-mutability.md | |
+3 −5 | src/ch16-02-message-passing.md | |
+0 −0 | tools/convert-quotes.sh | |
+0 −0 | tools/doc-to-md.sh | |
+0 −0 | tools/nostarch.sh |
Submodule reference
updated
from fa5dfb to 320d23
Submodule rust-by-example
updated
11 files
+3 −3 | src/SUMMARY.md | |
+1 −1 | src/conversion/string.md | |
+5 −4 | src/custom_types/enum.md | |
+20 −13 | src/custom_types/structs.md | |
+2 −2 | src/flow_control/match.md | |
+30 −16 | src/fn/closures/capture.md | |
+33 −6 | src/fn/closures/closure_examples/iter_find.md | |
+12 −7 | src/fn/closures/output_parameters.md | |
+8 −6 | src/std/box.md | |
+0 −0 | src/trait/disambiguating.md | |
+0 −0 | src/trait/supertraits.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
Oops, something went wrong.