rust/src/test/ui/structs/struct-missing-comma.stderr

9 lines
193 B
Plaintext
Raw Normal View History

error: expected `,`, or `}`, found `bar`
--> $DIR/struct-missing-comma.rs:4:13
|
2019-03-09 06:03:44 -06:00
LL | foo: u32
| ^ help: try adding a comma: `,`
error: aborting due to previous error