@@ -65,12 +65,12 @@ pub(crate) const KINDS_SRC: KindsSrc<'_> = KindsSrc {
65
65
( ">>=" , "SHREQ" ) ,
66
66
] ,
67
67
keywords : & [
68
- "as" , "async" , "await" , "box" , "break" , "const" , "continue" , "crate" , "dyn" , "else" ,
68
+ "as" , "async" , "await" , "box" , "break" , "const" , "continue" , "crate" , "do" , " dyn", "else" ,
69
69
"enum" , "extern" , "false" , "fn" , "for" , "if" , "impl" , "in" , "let" , "loop" , "macro" ,
70
70
"match" , "mod" , "move" , "mut" , "pub" , "ref" , "return" , "self" , "Self" , "static" , "struct" ,
71
71
"super" , "trait" , "true" , "try" , "type" , "unsafe" , "use" , "where" , "while" , "yield" ,
72
72
] ,
73
- contextual_keywords : & [ "auto" , "default" , "existential" , "union" , "raw" , "macro_rules" ] ,
73
+ contextual_keywords : & [ "auto" , "default" , "existential" , "union" , "raw" , "macro_rules" , "yeet" ] ,
74
74
literals : & [ "INT_NUMBER" , "FLOAT_NUMBER" , "CHAR" , "BYTE" , "STRING" , "BYTE_STRING" ] ,
75
75
tokens : & [ "ERROR" , "IDENT" , "WHITESPACE" , "LIFETIME_IDENT" , "COMMENT" , "SHEBANG" ] ,
76
76
nodes : & [
@@ -142,6 +142,7 @@ pub(crate) const KINDS_SRC: KindsSrc<'_> = KindsSrc {
142
142
"STMT_LIST" ,
143
143
"RETURN_EXPR" ,
144
144
"YIELD_EXPR" ,
145
+ "YEET_EXPR" ,
145
146
"LET_EXPR" ,
146
147
"UNDERSCORE_EXPR" ,
147
148
"MACRO_EXPR" ,
0 commit comments