Sign in
fuchsia
/
third_party
/
rust
/
4360fd7f342943b3d25a3eb7064fd3ef7599274e
/
.
/
tests
/
ui
/
issues
/
issue-15965.rs
blob: eef4900d432d0124c56650bc1dd7da8446b843a6 [
file
]
fn
main
()
{
return
{
return
()
}
//~^ ERROR type annotations needed [E0282]
()
;
}