forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
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#108015 - matthiaskrgr:rollup-qerohjn, r=matth…
…iaskrgr Rollup of 8 pull requests Successful merges: - rust-lang#107902 (fix: improve the suggestion on future not awaited) - rust-lang#107913 (Update broken link in cargo style guide) - rust-lang#107942 (Tighter spans for bad inherent `impl` self types) - rust-lang#107948 (Allow shortcuts to directories to be used for ./x.py fmt) - rust-lang#107971 (Clearly document intentional UB in mir-opt tests) - rust-lang#107985 (Added another error to be processed in fallback) - rust-lang#108002 (Update books) - rust-lang#108013 (rustdoc: use a string with one-character codes for search index types) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
- Loading branch information
Showing
51 changed files
with
322 additions
and
269 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
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 book
updated
30 files
Submodule embedded-book
updated
2 files
+ − | src/assets/verify.jpeg | |
+1 −1 | src/intro/install/verify.md |
Submodule reference
updated
4 files
+1 −1 | src/behavior-considered-undefined.md | |
+1 −1 | src/destructors.md | |
+1 −1 | src/linkage.md | |
+21 −24 | src/patterns.md |
Submodule rust-by-example
updated
5 files
+1 −4 | src/error/option_unwrap/and_then.md | |
+1 −1 | src/error/result/result_map.md | |
+2 −2 | src/generics/bounds.md | |
+1 −1 | src/hello/comment.md | |
+1 −1 | src/index.md |
Submodule rustc-dev-guide
updated
25 files
+9 −0 | CITATION.cff | |
+4 −4 | book.toml | |
+4 −4 | examples/rustc-driver-example.rs | |
+2 −2 | examples/rustc-driver-getting-diagnostics.rs | |
+4 −5 | examples/rustc-driver-interacting-with-the-ast.rs | |
+2 −2 | src/appendix/glossary.md | |
+1 −1 | src/backend/monomorph.md | |
+2 −2 | src/borrow_check/region_inference/lifetime_parameters.md | |
+53 −67 | src/building/bootstrapping.md | |
+2 −8 | src/building/how-to-build-and-run.md | |
+26 −36 | src/building/suggested.md | |
+1 −1 | src/constants.md | |
+4 −0 | src/getting-started.md | |
+10 −8 | src/git.md | |
+1 −1 | src/implementing_new_features.md | |
+3 −4 | src/llvm-coverage-instrumentation.md | |
+3 −3 | src/mir/visitor.md | |
+6 −5 | src/profiling/with_perf.md | |
+2 −2 | src/rustc-driver-getting-diagnostics.md | |
+4 −4 | src/rustc-driver-interacting-with-the-ast.md | |
+2 −2 | src/solve/the-solver.md | |
+5 −5 | src/solve/trait-solving.md | |
+5 −0 | src/tests/compiletest.md | |
+0 −21 | src/tests/running.md | |
+62 −18 | src/ty.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.