2018-08-08 07:28:26 -05:00
|
|
|
error[E0601]: `main` function not found in crate `missing_main`
|
2022-01-20 18:15:39 -06:00
|
|
|
--> $DIR/missing-main.rs:2:14
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
2019-09-08 12:06:49 -05:00
|
|
|
LL | fn mian() { }
|
2022-01-20 18:15:39 -06:00
|
|
|
| ^ consider adding a `main` function to `$DIR/missing-main.rs`
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0601`.
|