blob: eceec65e7634625a120d0bbae3ae7d5175a06390 [file] [log] [blame]
error: expected `,`, or `}`, found keyword `pub`
--> $DIR/struct-missing-comma.rs:5:17
|
LL | pub foo: u32
| ^ help: try adding a comma: `,`
error: aborting due to previous error