Sign in
rust
/
rust
/
36ba2c7712052d731a7082d0eba5ed3d9d56c133
/
.
/
tests
/
ui
/
return
/
suggest-a-value.rs
blob: 7d23c0c44b7811a30c2111ecd4026efebb2d401c [
file
]
fn
test
()
->
(
i32
,)
{
return
;
//~^ ERROR `return;` in a function whose return type is not `()`
}
fn
main
()
{}