rust/tests/ui/structs/struct-missing-comma.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
209 B
Plaintext
Raw Normal View History

2020-07-02 05:32:12 +00:00
error: expected `,`, or `}`, found keyword `pub`
--> $DIR/struct-missing-comma.rs:5:17
|
2020-07-02 05:32:12 +00:00
LL | pub foo: u32
| ^ help: try adding a comma: `,`
error: aborting due to previous error