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