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