aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/ast_src.rs
diff options
context:
space:
mode:
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 bb97b13fe..eb5c3abf7 100644
--- a/xtask/src/ast_src.rs
+++ b/xtask/src/ast_src.rs
@@ -741,6 +741,7 @@ pub(crate) const AST_SRC: AstSrc = AstSrc {
741 RangePat, 741 RangePat,
742 LiteralPat, 742 LiteralPat,
743 MacroPat, 743 MacroPat,
744 RecordFieldPat,
744 } 745 }
745 746
746 enum RecordInnerPat { 747 enum RecordInnerPat {