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