From a1e18695548b5cd6661f26a985b34c8b105e1896 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 29 Feb 2020 21:24:40 +0100 Subject: Rename ast::ImplBlock -> ast::ImplDef --- xtask/src/ast_src.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xtask/src') diff --git a/xtask/src/ast_src.rs b/xtask/src/ast_src.rs index 98d8104e5..9b58aad97 100644 --- a/xtask/src/ast_src.rs +++ b/xtask/src/ast_src.rs @@ -104,7 +104,7 @@ pub(crate) const KINDS_SRC: KindsSrc = KindsSrc { "STATIC_DEF", "CONST_DEF", "TRAIT_DEF", - "IMPL_BLOCK", + "IMPL_DEF", "TYPE_ALIAS_DEF", "MACRO_CALL", "TOKEN_TREE", @@ -357,7 +357,7 @@ pub(crate) const AST_SRC: AstSrc = AstSrc { TypeRef, } - struct ImplBlock: TypeParamsOwner, AttrsOwner { + struct ImplDef: TypeParamsOwner, AttrsOwner { ItemList, } @@ -560,7 +560,7 @@ pub(crate) const AST_SRC: AstSrc = AstSrc { FnDef, TraitDef, TypeAliasDef, - ImplBlock, + ImplDef, UseItem, ExternCrateItem, ConstDef, -- cgit v1.2.3