Improve const generics parsing
- Handle const generics type args - Fix issue with const generic as first parameter in trait impl
This commit is contained in:
@@ -234,6 +234,7 @@ pub enum SyntaxKind {
|
||||
LIFETIME_ARG,
|
||||
TYPE_ARG,
|
||||
ASSOC_TYPE_ARG,
|
||||
CONST_ARG,
|
||||
PARAM_LIST,
|
||||
PARAM,
|
||||
SELF_PARAM,
|
||||
|
||||
Reference in New Issue
Block a user