From dd496223f50232fe98312ee8edc89eb4b5ee3d85 Mon Sep 17 00:00:00 2001 From: Lukas Wirth Date: Tue, 15 Dec 2020 19:23:51 +0100 Subject: Node-ify lifetimes --- xtask/src/ast_src.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xtask/src/ast_src.rs') diff --git a/xtask/src/ast_src.rs b/xtask/src/ast_src.rs index 72a4c10f5..a69ced5cc 100644 --- a/xtask/src/ast_src.rs +++ b/xtask/src/ast_src.rs @@ -76,7 +76,7 @@ pub(crate) const KINDS_SRC: KindsSrc = KindsSrc { "ERROR", "IDENT", "WHITESPACE", - "LIFETIME", + "LIFETIME_IDENT", "COMMENT", "SHEBANG", "L_DOLLAR", @@ -202,6 +202,7 @@ pub(crate) const KINDS_SRC: KindsSrc = KindsSrc { "TYPE_PARAM", "CONST_PARAM", "GENERIC_ARG_LIST", + "LIFETIME", "LIFETIME_ARG", "TYPE_ARG", "ASSOC_TYPE_ARG", -- cgit v1.2.3