rustc/tests/ui/structs/struct-missing-comma.stderr
2024-06-14 12:43:07 +02:00

9 lines
211 B
Plaintext

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 1 previous error