Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
borrowck
/
borrowck-while-cond.rs
blob: 62a9bdd2020559817e7e6bf8c2fca085cfcd7d9c [
file
] [
log
] [
blame
]
fn
main
()
{
let
x
:
bool
;
while
x
{
}
//~ ERROR E0381
}