From fcd11dd1a83ea1c1c23cb9d1b8d33d513c2d9921 Mon Sep 17 00:00:00 2001 From: veetaha Date: Tue, 12 May 2020 23:54:40 +0300 Subject: Convert TODO to a FIXME as per matklad --- xtask/src/ast_src.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { /// ``` /// /// [Reference](https://doc.rust-lang.org/reference/patterns.html#range-patterns) - struct RangePat { /*RangeSeparator*/ } // TODO: where is RangeSeparator? + struct RangePat { } // FIXME(@matklad): here should be T![..], T![..=] I think, if we don't already have an accessor in expresions_ext /// Literal pattern. /// Includes only bool, number, char, and string literals. -- cgit v1.2.3