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