2024-05-19 08:42:12 -05:00
|
|
|
error: expected item, found `;`
|
|
|
|
--> $DIR/fn-no-semicolon-issue-124935-semi-after-item.rs:5:1
|
|
|
|
|
|
|
|
|
LL | ;
|
2024-07-05 22:07:46 -05:00
|
|
|
| ^
|
|
|
|
|
|
|
|
|
help: remove this semicolon
|
|
|
|
|
|
|
|
|
LL - ;
|
|
|
|
|
|
2024-05-19 08:42:12 -05:00
|
|
|
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
|