2017-11-25 20:30:15 -06:00
|
|
|
error: expected item, found `;`
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-46186.rs:3:2
|
2017-11-25 20:30:15 -06:00
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | }; //~ ERROR expected item, found `;`
|
2017-11-25 20:30:15 -06:00
|
|
|
| ^ help: consider removing this semicolon
|
2018-06-30 15:18:39 -05:00
|
|
|
|
|
|
|
|
= help: braced struct declarations are not followed by a semicolon
|
2017-11-25 20:30:15 -06:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|