blob: 960503e8fd5bfb5ef8ed0b5f11f492e54eab743d (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0601]: `main` function not found in crate `continue_after_missing_main`
--> $DIR/continue-after-missing-main.rs:29:2
|
LL | }
| ^ consider adding a `main` function to `$DIR/continue-after-missing-main.rs`
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0601`.
|