From 64d98f8ee037282c35007b64c2649055c56af1db Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:19:03 +0200 Subject: Merging upstream version 1.68.2+dfsg1. Signed-off-by: Daniel Baumann --- src/test/ui/try-block/try-block-catch.rs | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/test/ui/try-block/try-block-catch.rs (limited to 'src/test/ui/try-block/try-block-catch.rs') diff --git a/src/test/ui/try-block/try-block-catch.rs b/src/test/ui/try-block/try-block-catch.rs deleted file mode 100644 index d16501561..000000000 --- a/src/test/ui/try-block/try-block-catch.rs +++ /dev/null @@ -1,10 +0,0 @@ -// compile-flags: --edition 2018 - -#![feature(try_blocks)] - -fn main() { - let res: Option = try { - true - } catch { }; - //~^ ERROR keyword `catch` cannot follow a `try` block -} -- cgit v1.2.3