Sign in
rust
/
rust
/
ec48041b2002b999458a9ea4e86bfa0253b4d044
/
.
/
tests
/
ui
/
typeck
/
while-loop-block-cond.rs
blob: 929759766f279f8707806036e838931ae59960bc [
file
]
fn
main
()
{
while
{}
{}
//~^ ERROR mismatched types [E0308]
}