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.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/ast_src.rs b/xtask/src/ast_src.rs
index 2b9c24677..b6fdd9ea2 100644
--- a/xtask/src/ast_src.rs
+++ b/xtask/src/ast_src.rs
@@ -1428,7 +1428,7 @@ pub(crate) const AST_SRC: AstSrc = AstSrc {
1428 /// ``` 1428 /// ```
1429 /// 1429 ///
1430 /// [Reference](https://doc.rust-lang.org/reference/patterns.html#range-patterns) 1430 /// [Reference](https://doc.rust-lang.org/reference/patterns.html#range-patterns)
1431 struct RangePat { /*RangeSeparator*/ } // TODO: where is RangeSeparator? 1431 struct RangePat { } // FIXME(@matklad): here should be T![..], T![..=] I think, if we don't already have an accessor in expresions_ext
1432 1432
1433 /// Literal pattern. 1433 /// Literal pattern.
1434 /// Includes only bool, number, char, and string literals. 1434 /// Includes only bool, number, char, and string literals.