mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
Convert TODO to a FIXME as per matklad
This commit is contained in:
parent
51edfbaffe
commit
fcd11dd1a8
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue