summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/issues/issue-46186.stderr
blob: 0766c8a33df14791836b0950e4e635dd83286019 (plain)
1
2
3
4
5
6
7
8
9
10
error: expected item, found `;`
  --> $DIR/issue-46186.rs:5:2
   |
LL | };
   |  ^ help: remove this semicolon
   |
   = help: braced struct declarations are not followed by a semicolon

error: aborting due to previous error