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