Recover more expressions in patterns

This commit is contained in:
Lieselotte
2024-07-04 14:10:17 +02:00
parent 7fc70f870a
commit c2047219b5
20 changed files with 631 additions and 280 deletions

View File

@@ -2597,8 +2597,6 @@ pub(crate) struct UnexpectedExpressionInPattern {
pub span: Span,
/// Was a `RangePatternBound` expected?
pub is_bound: bool,
/// Was the unexpected expression a `MethodCallExpression`?
pub is_method_call: bool,
}
#[derive(Diagnostic)]