summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/expr-as-stmt.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/parser/expr-as-stmt.stderr')
-rw-r--r--tests/ui/parser/expr-as-stmt.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/parser/expr-as-stmt.stderr b/tests/ui/parser/expr-as-stmt.stderr
index 18c8b0b7c..76a83aa01 100644
--- a/tests/ui/parser/expr-as-stmt.stderr
+++ b/tests/ui/parser/expr-as-stmt.stderr
@@ -217,7 +217,7 @@ LL | { true } || { true }
| ^^^^^^^^^^^ expected `bool`, found closure
|
= note: expected type `bool`
- found closure `[closure@$DIR/expr-as-stmt.rs:51:14: 51:16]`
+ found closure `{closure@$DIR/expr-as-stmt.rs:51:14: 51:16}`
help: parentheses are required to parse this as an expression
|
LL | ({ true }) || { true }