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#63575 - Centril:rollup-anlv9g5, r=Centril
Rollup of 11 pull requests Successful merges: - rust-lang#62984 (Add lint for excess trailing semicolons) - rust-lang#63075 (Miri: Check that a ptr is aligned and inbounds already when evaluating `*`) - rust-lang#63490 (libsyntax: cleanup and refactor `pat.rs`) - rust-lang#63507 (When needing type annotations in local bindings, account for impl Trait and closures) - rust-lang#63509 (Point at the right enclosing scope when using `await` in non-async fn) - rust-lang#63528 (syntax: Remove `DummyResult::expr_only`) - rust-lang#63537 (expand: Unimplement `MutVisitor` on `MacroExpander`) - rust-lang#63542 (Add NodeId for Arm, Field and FieldPat) - rust-lang#63543 (Merge Variant and Variant_) - rust-lang#63560 (move test that shouldn't be in test/run-pass/) - rust-lang#63570 (Adjust tracking issues for `MaybeUninit<T>` gates) Failed merges: r? @ghost
- Loading branch information
Showing
102 changed files
with
1,077 additions
and
558 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
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.