diff options
Diffstat (limited to 'src/test/ui/try-block/try-block-catch.stderr')
-rw-r--r-- | src/test/ui/try-block/try-block-catch.stderr | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/test/ui/try-block/try-block-catch.stderr b/src/test/ui/try-block/try-block-catch.stderr deleted file mode 100644 index 39cf943f4..000000000 --- a/src/test/ui/try-block/try-block-catch.stderr +++ /dev/null @@ -1,10 +0,0 @@ -error: keyword `catch` cannot follow a `try` block - --> $DIR/try-block-catch.rs:8:7 - | -LL | } catch { }; - | ^^^^^ - | - = help: try using `match` on the result of the `try` block instead - -error: aborting due to previous error - |