blob: 6f780d1cf1de8076130472bd7b9ecaed96fbd99b [file] [log] [blame]
error[E0277]: `main` has invalid return type `i32`
--> $DIR/termination-trait-main-i32.rs:11:14
|
LL | fn main() -> i32 {
| ^^^ `main` can only return types that implement `std::process::Termination`
|
= help: consider using `()`, or a `Result`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0277`.