-
Notifications
You must be signed in to change notification settings - Fork 13k
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 #108260 - lnicola:rust-analyzer-2023-02-20, r=lnicola
⬆️ rust-analyzer r? `@ghost`
- Loading branch information
Showing
98 changed files
with
1,800 additions
and
942 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -830,8 +830,7 @@ macro_rules! rgb_color { | |
/* parse error: expected COMMA */ | ||
/* parse error: expected R_ANGLE */ | ||
/* parse error: expected SEMICOLON */ | ||
/* parse error: expected SEMICOLON */ | ||
/* parse error: expected expression */ | ||
/* parse error: expected expression, item or let statement */ | ||
pub fn new() { | ||
let _ = 0as u32<<(8+8); | ||
} | ||
|
@@ -848,21 +847,21 @@ pub fn new() { | |
// [email protected] | ||
// [email protected] | ||
// [email protected] "{" | ||
// LET_STMT@11..27 | ||
// LET_STMT@11..28 | ||
// [email protected] "let" | ||
// [email protected] | ||
// [email protected] "_" | ||
// [email protected] "=" | ||
// CAST_EXPR@16..27 | ||
// CAST_EXPR@16..28 | ||
// [email protected] | ||
// [email protected] "0" | ||
// [email protected] "as" | ||
// PATH_TYPE@19..27 | ||
// PATH@19..27 | ||
// PATH_SEGMENT@19..27 | ||
// PATH_TYPE@19..28 | ||
// PATH@19..28 | ||
// PATH_SEGMENT@19..28 | ||
// [email protected] | ||
// [email protected] "u32" | ||
// GENERIC_ARG_LIST@22..27 | ||
// GENERIC_ARG_LIST@22..28 | ||
// [email protected] "<" | ||
// [email protected] | ||
// [email protected] | ||
|
@@ -877,9 +876,9 @@ pub fn new() { | |
// [email protected] | ||
// [email protected] "8" | ||
// [email protected] "+" | ||
// EXPR_STMT@27..28 | ||
// [email protected] | ||
// [email protected] "8" | ||
// CONST_ARG@27..28 | ||
// [email protected] | ||
// [email protected] "8" | ||
// [email protected] | ||
// [email protected] ")" | ||
// [email protected] ";" | ||
|
Oops, something went wrong.