From a0b8f38ab54ac451646aa00cd5e91b6c76f22a84 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 30 May 2024 05:57:19 +0200 Subject: Merging upstream version 1.72.1+dfsg1. Signed-off-by: Daniel Baumann --- .../ast-validate-guards.stderr | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 tests/ui/rfc-2497-if-let-chains/ast-validate-guards.stderr (limited to 'tests/ui/rfc-2497-if-let-chains/ast-validate-guards.stderr') diff --git a/tests/ui/rfc-2497-if-let-chains/ast-validate-guards.stderr b/tests/ui/rfc-2497-if-let-chains/ast-validate-guards.stderr deleted file mode 100644 index 26850998c..000000000 --- a/tests/ui/rfc-2497-if-let-chains/ast-validate-guards.stderr +++ /dev/null @@ -1,21 +0,0 @@ -error: `let` expressions are not supported here - --> $DIR/ast-validate-guards.rs:5:20 - | -LL | Ok(opt) if let Some(4) = opt || false => {} - | ^^^^^^^^^^^^^^^^^ - | - = note: only supported directly in conditions of `if` and `while` expressions -note: `||` operators are not supported in let chain expressions - --> $DIR/ast-validate-guards.rs:5:38 - | -LL | Ok(opt) if let Some(4) = opt || false => {} - | ^^ - -error: module cannot be declared unsafe - --> $DIR/ast-validate-guards.rs:15:17 - | -LL | unsafe mod a {}; - | ^^^^^^ - -error: aborting due to 2 previous errors - -- cgit v1.2.3