mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +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
|
@ -4038,6 +4038,7 @@ impl ToOwned for TypeParam {
|
|||
impl ast::NameOwner for TypeParam {}
|
||||
impl ast::AttrsOwner for TypeParam {}
|
||||
impl ast::TypeBoundsOwner for TypeParam {}
|
||||
impl ast::DefaultTypeParamOwner for TypeParam {}
|
||||
impl TypeParam {}
|
||||
|
||||
// TypeParamList
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue