From db34abeb8589518896b82f52062b9fab4c2b1352 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 26 Mar 2020 16:10:01 +0100 Subject: Get rid of ItemOrMacro --- xtask/src/ast_src.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'xtask') diff --git a/xtask/src/ast_src.rs b/xtask/src/ast_src.rs index 9b58aad97..99bd60198 100644 --- a/xtask/src/ast_src.rs +++ b/xtask/src/ast_src.rs @@ -566,6 +566,7 @@ pub(crate) const AST_SRC: AstSrc = AstSrc { ConstDef, StaticDef, Module, + MacroCall, } enum ImplItem: AttrsOwner { -- cgit v1.2.3