From 55dcdb7d094f473c73f87ecf997b24f8e35f2a5e Mon Sep 17 00:00:00 2001 From: Ville Penttinen Date: Sun, 31 Mar 2019 10:56:48 +0300 Subject: Add trait ast::TypeBoundsOwner --- crates/ra_syntax/src/ast/generated.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'crates/ra_syntax/src/ast') diff --git a/crates/ra_syntax/src/ast/generated.rs b/crates/ra_syntax/src/ast/generated.rs index faf80bc32..9ea423b40 100644 --- a/crates/ra_syntax/src/ast/generated.rs +++ b/crates/ra_syntax/src/ast/generated.rs @@ -685,6 +685,7 @@ impl ToOwned for DynTraitType { } +impl ast::TypeBoundsOwner for DynTraitType {} impl DynTraitType {} // EnumDef @@ -1581,6 +1582,7 @@ impl ToOwned for ImplTraitType { } +impl ast::TypeBoundsOwner for ImplTraitType {} impl ImplTraitType {} // IndexExpr @@ -4061,6 +4063,7 @@ impl ast::NameOwner for TraitDef {} impl ast::AttrsOwner for TraitDef {} impl ast::DocCommentsOwner for TraitDef {} impl ast::TypeParamsOwner for TraitDef {} +impl ast::TypeBoundsOwner for TraitDef {} impl TraitDef { pub fn item_list(&self) -> Option<&ItemList> { super::child_opt(self) @@ -4291,6 +4294,7 @@ impl ast::NameOwner for TypeAliasDef {} impl ast::TypeParamsOwner for TypeAliasDef {} impl ast::AttrsOwner for TypeAliasDef {} impl ast::DocCommentsOwner for TypeAliasDef {} +impl ast::TypeBoundsOwner for TypeAliasDef {} impl TypeAliasDef { pub fn type_ref(&self) -> Option<&TypeRef> { super::child_opt(self) @@ -4465,6 +4469,7 @@ impl ToOwned for TypeParam { impl ast::NameOwner for TypeParam {} impl ast::AttrsOwner for TypeParam {} +impl ast::TypeBoundsOwner for TypeParam {} impl TypeParam {} // TypeParamList -- cgit v1.2.3