2018-03-17 00:46:45 -05:00
|
|
|
error: expected item, found `;`
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-49040.rs:1:28
|
2018-03-17 00:46:45 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | #![allow(unused_variables)];
|
2019-01-13 19:29:32 -06:00
|
|
|
| ^ help: remove this semicolon
|
2018-03-17 00:46:45 -05:00
|
|
|
|
2019-01-13 19:29:32 -06:00
|
|
|
error[E0601]: `main` function not found in crate `issue_49040`
|
2022-01-20 18:15:39 -06:00
|
|
|
--> $DIR/issue-49040.rs:1:29
|
2019-01-13 19:29:32 -06:00
|
|
|
|
|
2021-02-14 12:14:12 -06:00
|
|
|
LL | #![allow(unused_variables)];
|
2022-01-20 18:15:39 -06:00
|
|
|
| ^ consider adding a `main` function to `$DIR/issue-49040.rs`
|
2019-01-13 19:29:32 -06:00
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
2018-03-17 00:46:45 -05:00
|
|
|
|
2019-01-13 19:29:32 -06:00
|
|
|
For more information about this error, try `rustc --explain E0601`.
|