mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Introduce GenericParam
This commit is contained in:
parent
917c89c103
commit
3dce34aaf8
5 changed files with 170 additions and 103 deletions
|
@ -231,6 +231,7 @@ pub enum SyntaxKind {
|
|||
LET_STMT,
|
||||
EXPR_STMT,
|
||||
GENERIC_PARAM_LIST,
|
||||
GENERIC_PARAM,
|
||||
LIFETIME_PARAM,
|
||||
TYPE_PARAM,
|
||||
CONST_PARAM,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue