about summary refs log tree commit diff
path: root/src/test/ui/structs/struct-missing-comma.stderr
blob: f5b79f54001e7670693570351b4719ce88d4ff62 (plain)
1
2
3
4
5
6
7
8
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