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