]> git.lizzy.rs Git - rust.git/blob - src/test/ui/structs/struct-missing-comma.stderr
Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakis
[rust.git] / src / test / ui / structs / struct-missing-comma.stderr
1 error: expected `,`, or `}`, found `bar`
2   --> $DIR/struct-missing-comma.rs:16:13
3    |
4 LL |     foo: u32 //~ expected `,`, or `}`, found `bar`
5    |             ^ help: try adding a comma: `,`
6
7 error: aborting due to previous error
8