]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/match-arrows-block-then-binop.stderr
Merge commit 'c19edfd71a1d0ddef86c2c67fdb40718d40a72b4' into sync_cg_clif-2022-07-25
[rust.git] / src / test / ui / parser / match-arrows-block-then-binop.stderr
index 3bc451e84e6064af2e05bc9335ee77f638c86d0c..cb361a3db53803464274e31f226e6fa061fe305a 100644 (file)
@@ -6,9 +6,9 @@ LL |       } + 5
    |
 help: parentheses are required to parse this as an expression
    |
-LL |       0 => ({
+LL ~       0 => ({
 LL |         0
-LL |       }) + 5
+LL ~       }) + 5
    |
 
 error: aborting due to previous error