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