]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/struct-literal-in-match-discriminant.stderr
Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett
[rust.git] / src / test / ui / parser / struct-literal-in-match-discriminant.stderr
index 95b0882b7aeb5ec466533ac0eb8f77d71963e314..98077761e01ccf590383424f53f6daa9694ed913 100644 (file)
@@ -6,6 +6,7 @@ LL |       match Foo {
 LL | |         x: 3
 LL | |     } {
    | |_____^
+   |
 help: surround the struct literal with parentheses
    |
 LL |     match (Foo {