summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/struct-filed-with-attr.stderr
blob: c2cd7e82ead41b7f6842ae072e63fff2b028ccd6 (plain)
1
2
3
4
5
6
7
8
error: expected `,`, or `}`, found `#`
  --> $DIR/struct-filed-with-attr.rs:5:14
   |
LL |     owo: bool
   |              ^ help: try adding a comma: `,`

error: aborting due to previous error