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#64583 - tmandry:rollup-b793x81, r=tmandry
Rollup of 5 pull requests Successful merges: - rust-lang#64207 (Make rustc_mir::dataflow module pub (for clippy)) - rust-lang#64348 (PR: documentation spin loop hint) - rust-lang#64532 (Replace `state_for_location` with `DataflowResultsCursor`) - rust-lang#64578 (Fix issue22656 with LLDB 8) - rust-lang#64580 (Update books) Failed merges: r? @ghost
- Loading branch information
Showing
8 changed files
with
50 additions
and
90 deletions.
There are no files selected for viewing
Submodule book
updated
24 files
Submodule rust-by-example
updated
10 files
+6 −0 | src/SUMMARY.md | |
+45 −0 | src/conversion/try_from_try_into.md | |
+46 −1 | src/custom_types/enum.md | |
+58 −0 | src/error/option_unwrap/question_mark.md | |
+11 −13 | src/fn/closures/output_parameters.md | |
+30 −0 | src/testing/unit_testing.md | |
+47 −0 | src/trait/dyn.md | |
+59 −0 | src/trait/impl_trait.md | |
+62 −0 | src/traits/disambiguating.md | |
+43 −0 | src/traits/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
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