Sign in
rust
/
rust
/
08cd08fbef8c6663b052d8d9e4930d5696cbb8a7
/
.
/
tests
/
ui
/
return
/
tail-expr-if-as-return.rs
blob: 119ffccc6a9459cc2aca5121d9ff9af099e17ec2 [
file
]
fn
main
()
{
if
true
{
""
//~ ERROR mismatched types [E0308]
}
}