summaryrefslogtreecommitdiffstats
path: root/tests/ui/rfcs/rfc-1937-termination-trait/termination-trait-main-i32.stderr
blob: fdbb0e6559d1a803fc9a8f26445defd290cc14ae (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0277]: `main` has invalid return type `i32`
  --> $DIR/termination-trait-main-i32.rs:1:14
   |
LL | fn main() -> i32 {
   |              ^^^ `main` can only return types that implement `Termination`
   |
   = help: consider using `()`, or a `Result`

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0277`.