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