4 lines
63 B
Rust
4 lines
63 B
Rust
fn main() {
|
|
let x: bool;
|
|
while x { } //~ ERROR E0381
|
|
}
|