summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/removed-syntax-field-semicolon.stderr
blob: e4f75f672063c1b0fc86914f3f8b38611d9551ba (plain)
1
2
3
4
5
6
7
8
error: struct fields are separated by `,`
  --> $DIR/removed-syntax-field-semicolon.rs:2:12
   |
LL |     bar: ();
   |            ^ help: replace `;` with `,`

error: aborting due to previous error