mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
Add BoxPat
variant
This commit is contained in:
parent
fdece911fe
commit
e6f3790106
3 changed files with 41 additions and 2 deletions
|
@ -149,6 +149,7 @@ pub enum SyntaxKind {
|
|||
IMPL_TRAIT_TYPE,
|
||||
DYN_TRAIT_TYPE,
|
||||
REF_PAT,
|
||||
BOX_PAT,
|
||||
BIND_PAT,
|
||||
PLACEHOLDER_PAT,
|
||||
PATH_PAT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue