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 --- tests/ui/parser/match-arrows-block-then-binop.stderr | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/ui/parser/match-arrows-block-then-binop.stderr (limited to 'tests/ui/parser/match-arrows-block-then-binop.stderr') diff --git a/tests/ui/parser/match-arrows-block-then-binop.stderr b/tests/ui/parser/match-arrows-block-then-binop.stderr new file mode 100644 index 000000000..cb361a3db --- /dev/null +++ b/tests/ui/parser/match-arrows-block-then-binop.stderr @@ -0,0 +1,15 @@ +error: expected pattern, found `+` + --> $DIR/match-arrows-block-then-binop.rs:5:9 + | +LL | } + 5 + | ^ expected pattern + | +help: parentheses are required to parse this as an expression + | +LL ~ 0 => ({ +LL | 0 +LL ~ }) + 5 + | + +error: aborting due to previous error + -- cgit v1.2.3