mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
Update ungrammar for const block patterns
This commit is contained in:
parent
4a2f60cb7b
commit
be7260485e
7 changed files with 40 additions and 7 deletions
|
@ -170,6 +170,7 @@ pub enum SyntaxKind {
|
|||
RANGE_PAT,
|
||||
LITERAL_PAT,
|
||||
MACRO_PAT,
|
||||
CONST_BLOCK_PAT,
|
||||
TUPLE_EXPR,
|
||||
ARRAY_EXPR,
|
||||
PAREN_EXPR,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue