]> git.proxmox.com Git - rustc.git/blob - tests/ui/structs/struct-missing-comma.stderr
New upstream version 1.76.0+dfsg1
[rustc.git] / tests / ui / structs / struct-missing-comma.stderr
1 error: expected `,`, or `}`, found keyword `pub`
2 --> $DIR/struct-missing-comma.rs:5:17
3 |
4 LL | pub foo: u32
5 | ^ help: try adding a comma: `,`
6
7 error: aborting due to 1 previous error
8