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

9 lines
231 B
Text
Raw Normal View History

error: expected `,`, or `}`, found `bar`
2018-12-25 08:56:47 -07:00
--> $DIR/struct-missing-comma.rs:6:13
|
LL | foo: u32 //~ expected `,`, or `}`, found `bar`
| ^ help: try adding a comma: `,`
error: aborting due to previous error