From 3dce34aaf83c67836c94a526cb90eba8f36e3985 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 30 Jul 2020 18:52:02 +0200 Subject: Introduce GenericParam --- xtask/src/ast_src.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'xtask/src/ast_src.rs') diff --git a/xtask/src/ast_src.rs b/xtask/src/ast_src.rs index c7087a14e..114898e38 100644 --- a/xtask/src/ast_src.rs +++ b/xtask/src/ast_src.rs @@ -204,6 +204,7 @@ pub(crate) const KINDS_SRC: KindsSrc = KindsSrc { "LET_STMT", "EXPR_STMT", "GENERIC_PARAM_LIST", + "GENERIC_PARAM", "LIFETIME_PARAM", "TYPE_PARAM", "CONST_PARAM", -- cgit v1.2.3