rust/src/test/ui/structs/struct-missing-comma.stderr
Vadim Petrochenkov fa72a81bea Update tests
2019-03-11 23:10:26 +03:00

8 lines
193 B
Text

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