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