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