]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/removed-syntax-with-2.stderr
Auto merge of #55236 - petrochenkov:pfail, r=davidtwco
[rust.git] / src / test / ui / parser / removed-syntax-with-2.stderr
1 error: expected one of `,` or `}`, found `a`
2   --> $DIR/removed-syntax-with-2.rs:20:31
3    |
4 LL |     let b = S { foo: (), with a };
5    |                               ^ expected one of `,` or `}` here
6
7 error: aborting due to previous error
8