summaryrefslogtreecommitdiffstats
path: root/tests/ui/structs/struct-missing-comma.stderr
blob: eceec65e7634625a120d0bbae3ae7d5175a06390 (plain)
1
2
3
4
5
6
7
8
error: expected `,`, or `}`, found keyword `pub`
  --> $DIR/struct-missing-comma.rs:5:17
   |
LL |     pub foo: u32
   |                 ^ help: try adding a comma: `,`

error: aborting due to previous error