Convert TODO to a FIXME as per matklad

This commit is contained in:
veetaha 2020-05-12 23:54:40 +03:00
parent 51edfbaffe
commit fcd11dd1a8

View file

@ -1428,7 +1428,7 @@ pub(crate) const AST_SRC: AstSrc = AstSrc {
/// ``` /// ```
/// ///
/// [Reference](https://doc.rust-lang.org/reference/patterns.html#range-patterns) /// [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. /// Literal pattern.
/// Includes only bool, number, char, and string literals. /// Includes only bool, number, char, and string literals.