]> git.lizzy.rs Git - rust.git/blob - tests/ui/structs/struct-missing-comma.stderr
Rollup merge of #106766 - GuillaumeGomez:rm-stripper-dead-code, r=notriddle
[rust.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 previous error
8