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