diff options
author | Lukas Wirth <[email protected]> | 2020-12-23 00:26:31 +0000 |
---|---|---|
committer | Lukas Wirth <[email protected]> | 2020-12-23 00:26:31 +0000 |
commit | be7260485e31eb24a9fa7bb3d6b587ab59bd6846 (patch) | |
tree | 6ebda39cc0aaed9bb2008c2cf68b7adaf549d395 /crates/parser | |
parent | 4a2f60cb7b83e9ef95d97201d210ff6943b660eb (diff) |
Update ungrammar for const block patterns
Diffstat (limited to 'crates/parser')
-rw-r--r-- | crates/parser/src/syntax_kind/generated.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/parser/src/syntax_kind/generated.rs b/crates/parser/src/syntax_kind/generated.rs index 980aa5979..f69e71bdb 100644 --- a/crates/parser/src/syntax_kind/generated.rs +++ b/crates/parser/src/syntax_kind/generated.rs | |||
@@ -170,6 +170,7 @@ pub enum SyntaxKind { | |||
170 | RANGE_PAT, | 170 | RANGE_PAT, |
171 | LITERAL_PAT, | 171 | LITERAL_PAT, |
172 | MACRO_PAT, | 172 | MACRO_PAT, |
173 | CONST_BLOCK_PAT, | ||
173 | TUPLE_EXPR, | 174 | TUPLE_EXPR, |
174 | ARRAY_EXPR, | 175 | ARRAY_EXPR, |
175 | PAREN_EXPR, | 176 | PAREN_EXPR, |