Update ungrammar for const block patterns

This commit is contained in:
Lukas Wirth 2020-12-23 01:26:31 +01:00
parent 4a2f60cb7b
commit be7260485e
7 changed files with 40 additions and 7 deletions

View file

@ -132,6 +132,7 @@ pub(crate) const KINDS_SRC: KindsSrc = KindsSrc {
"RANGE_PAT",
"LITERAL_PAT",
"MACRO_PAT",
"CONST_BLOCK_PAT",
// atoms
"TUPLE_EXPR",
"ARRAY_EXPR",