2019-01-27 05:03:21 -06:00
|
|
|
error[E0601]: `main` function not found in crate `continue_after_missing_main`
|
2022-04-01 12:13:25 -05:00
|
|
|
--> $DIR/continue-after-missing-main.rs:29:2
|
2019-01-27 05:03:21 -06:00
|
|
|
|
|
2022-01-20 18:15:39 -06:00
|
|
|
LL | }
|
|
|
|
| ^ consider adding a `main` function to `$DIR/continue-after-missing-main.rs`
|
2019-01-27 05:03:21 -06:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0601`.
|