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