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