aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/ast_src.rs
diff options
context:
space:
mode:
authorLukas Wirth <[email protected]>2020-12-23 00:26:31 +0000
committerLukas Wirth <[email protected]>2020-12-23 00:26:31 +0000
commitbe7260485e31eb24a9fa7bb3d6b587ab59bd6846 (patch)
tree6ebda39cc0aaed9bb2008c2cf68b7adaf549d395 /xtask/src/ast_src.rs
parent4a2f60cb7b83e9ef95d97201d210ff6943b660eb (diff)
Update ungrammar for const block patterns
Diffstat (limited to 'xtask/src/ast_src.rs')
-rw-r--r--xtask/src/ast_src.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/xtask/src/ast_src.rs b/xtask/src/ast_src.rs
index a69ced5cc..2b8012bdd 100644
--- a/xtask/src/ast_src.rs
+++ b/xtask/src/ast_src.rs
@@ -132,6 +132,7 @@ pub(crate) const KINDS_SRC: KindsSrc = KindsSrc {
132 "RANGE_PAT", 132 "RANGE_PAT",
133 "LITERAL_PAT", 133 "LITERAL_PAT",
134 "MACRO_PAT", 134 "MACRO_PAT",
135 "CONST_BLOCK_PAT",
135 // atoms 136 // atoms
136 "TUPLE_EXPR", 137 "TUPLE_EXPR",
137 "ARRAY_EXPR", 138 "ARRAY_EXPR",