-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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 #86559 - Dylan-DPC:rollup-aixg3q5, r=Dylan-DPC
Rollup of 6 pull requests Successful merges: - #86223 (Specify the kind of the item for E0121) - #86521 (Add comments around code where ordering is important due for panic-safety) - #86523 (Improvements to intra-doc link macro disambiguators) - #86542 (Line numbers aligned with content) - #86549 (Add destructuring example of E0508) - #86557 (Update books) Failed merges: - #86548 (Fix crate filter search reset) r? `@ghost` `@rustbot` modify labels: rollup
- Loading branch information
Showing
55 changed files
with
569 additions
and
460 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2418,6 +2418,7 @@ impl<'o, 'tcx> dyn AstConv<'tcx> + 'o { | |
visitor.0, | ||
true, | ||
hir_ty, | ||
"function", | ||
); | ||
} | ||
|
||
|
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
Submodule edition-guide
updated
8 files
Submodule nomicon
updated
47 files
Submodule reference
updated
18 files
+4 −1 | book.toml | |
+15 −1 | src/attributes/codegen.md | |
+1 −1 | src/expressions/block-expr.md | |
+2 −1 | src/expressions/if-expr.md | |
+3 −1 | src/expressions/loop-expr.md | |
+4 −1 | src/expressions/match-expr.md | |
+2 −0 | src/expressions/operator-expr.md | |
+2 −0 | src/introduction.md | |
+4 −4 | src/items/functions.md | |
+3 −2 | src/items/traits.md | |
+1 −1 | src/items/type-aliases.md | |
+1 −1 | src/items/use-declarations.md | |
+3 −2 | src/macros.md | |
+16 −0 | src/names/namespaces.md | |
+12 −2 | src/paths.md | |
+2 −1 | src/statements.md | |
+1 −1 | src/trait-bounds.md | |
+2 −2 | src/visibility-and-privacy.md |
Submodule rustc-dev-guide
updated
8 files
+2 −2 | src/about-this-guide.md | |
+5 −0 | src/building/suggested.md | |
+2 −1 | src/contributing.md | |
+44 −4 | src/git.md | |
+10 −4 | src/overview.md | |
+25 −14 | src/stability.md | |
+14 −0 | src/tests/running.md | |
+3 −2 | src/type-inference.md |
Oops, something went wrong.