]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/removed-syntax-with-2.stderr
Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett
[rust.git] / src / test / ui / parser / removed-syntax-with-2.stderr
index 7717b49d3a2c7d443c98770a5a28208776a80018..024c97cc9c14e83723574522db1af1db84d8b33a 100644 (file)
@@ -2,7 +2,7 @@ error: expected one of `,` or `}`, found `a`
   --> $DIR/removed-syntax-with-2.rs:8:31
    |
 LL |     let b = S { foo: (), with a };
-   |             -                 ^ expected one of `,` or `}` here
+   |             -                 ^ expected one of `,` or `}`
    |             |
    |             while parsing this struct