f26ca025de
correct type This means if a non-library program leaves out the main program, the error gets caught earlier than link. Closes #626.
5 lines
71 B
Rust
5 lines
71 B
Rust
// xfail-stage0
|
|
// error-pattern:Main function not found
|
|
fn mian() {
|
|
}
|