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

error: aborting due to previous error