blob: 28a5fb18a7f1dabadb761977c603deceab6794ff [file] [log] [blame]
fn main() {
let x: bool;
while x { } //~ ERROR use of possibly uninitialized variable: `x`
}