Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
rfcs
/
rfc-1937-termination-trait
/
termination-trait-not-satisfied.rs
blob: 4c6168abb46183a1017fd113a72f663bf9d40541 [
file
] [
log
] [
blame
] [
edit
]
struct
ReturnType
{}
fn
main
()
->
ReturnType
{
//~ ERROR `main` has invalid return type `ReturnType`
ReturnType
{}
}