mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
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:
parent
c92a090f49
commit
ce1b34fd59
9 changed files with 123 additions and 21 deletions
|
@ -234,6 +234,7 @@ pub enum SyntaxKind {
|
|||
LIFETIME_ARG,
|
||||
TYPE_ARG,
|
||||
ASSOC_TYPE_ARG,
|
||||
CONST_ARG,
|
||||
PARAM_LIST,
|
||||
PARAM,
|
||||
SELF_PARAM,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue