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