Skip to content

Commit fcd11dd

Browse files
committed
Convert TODO to a FIXME as per matklad
1 parent 51edfba commit fcd11dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xtask/src/ast_src.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,7 @@ pub(crate) const AST_SRC: AstSrc = AstSrc {
14281428
/// ```
14291429
///
14301430
/// [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
14321432

14331433
/// Literal pattern.
14341434
/// Includes only bool, number, char, and string literals.

0 commit comments

Comments
 (0)