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