We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51edfba commit fcd11ddCopy full SHA for fcd11dd
xtask/src/ast_src.rs
@@ -1428,7 +1428,7 @@ pub(crate) const AST_SRC: AstSrc = AstSrc {
1428
/// ```
1429
///
1430
/// [Reference](https://doc.rust-lang.org/reference/patterns.html#range-patterns)
1431
- 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
1432
1433
/// Literal pattern.
1434
/// Includes only bool, number, char, and string literals.
0 commit comments