2017-11-25 19:30:15 -07:00
|
|
|
error: expected item, found `;`
|
2020-07-02 14:32:12 +09:00
|
|
|
--> $DIR/issue-46186.rs:5:2
|
2017-11-25 19:30:15 -07:00
|
|
|
|
|
2019-01-13 17:29:32 -08:00
|
|
|
LL | };
|
|
|
|
| ^ help: remove this semicolon
|
2018-06-30 13:18:39 -07:00
|
|
|
|
|
|
|
|
= help: braced struct declarations are not followed by a semicolon
|
2017-11-25 19:30:15 -07:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|