summary refs log tree commit diff
path: root/src/test/ui/issue-46186.stderr
blob: c64d5c68a79b0f1f69bb7c3b315510515e06d608 (plain)
1
2
3
4
5
6
7
8
9
10
error: expected item, found `;`
  --> $DIR/issue-46186.rs:13:2
   |
LL | }; //~ ERROR expected item, found `;`
   |  ^ help: consider removing this semicolon
   |
   = help: braced struct declarations are not followed by a semicolon

error: aborting due to previous error