aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/ast_src.rs
diff options
context:
space:
mode:
authorveetaha <[email protected]>2020-05-12 21:54:40 +0100
committerveetaha <[email protected]>2020-05-12 21:54:40 +0100
commitfcd11dd1a83ea1c1c23cb9d1b8d33d513c2d9921 (patch)
tree736c8b69a122bb2e6df533832f1133673c371b1a /xtask/src/ast_src.rs
parent51edfbaffe15b08090d2f9956939988074b3c224 (diff)
Convert TODO to a FIXME as per matklad
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.