]> git.proxmox.com Git - rustc.git/blob - src/test/ui/struct-missing-comma.stderr
New upstream version 1.28.0~beta.14+dfsg1
[rustc.git] / src / test / ui / 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