Sign in
rust
/
rust
/
a5a286df89146c64afebc6dcbbd3f61ba67ae53b
/
.
/
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
()
{}