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 --- tests/ui/rfc-2497-if-let-chains/ast-pretty-check.rs | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 tests/ui/rfc-2497-if-let-chains/ast-pretty-check.rs (limited to 'tests/ui/rfc-2497-if-let-chains/ast-pretty-check.rs') diff --git a/tests/ui/rfc-2497-if-let-chains/ast-pretty-check.rs b/tests/ui/rfc-2497-if-let-chains/ast-pretty-check.rs deleted file mode 100644 index 69bc189dd..000000000 --- a/tests/ui/rfc-2497-if-let-chains/ast-pretty-check.rs +++ /dev/null @@ -1,6 +0,0 @@ -// check-pass -// compile-flags: -Z unpretty=expanded - -fn main() { - if let 0 = 1 {} -} -- cgit v1.2.3