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

error: aborting due to previous error

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