mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
Add default type param in TypeParam Node
This commit is contained in:
parent
9901f3e45e
commit
9e4fee8b41
3 changed files with 8 additions and 1 deletions
|
@ -563,7 +563,7 @@ Grammar(
|
|||
["lifetime_params", "LifetimeParam" ],
|
||||
]
|
||||
),
|
||||
"TypeParam": ( traits: ["NameOwner", "AttrsOwner", "TypeBoundsOwner"] ),
|
||||
"TypeParam": ( traits: ["NameOwner", "AttrsOwner", "TypeBoundsOwner", "DefaultTypeParamOwner"] ),
|
||||
"LifetimeParam": (
|
||||
traits: ["AttrsOwner"],
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue