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