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