We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fn mir() -> () { let x = while 1 == 2 {}; x }
results in
which ends up never setting Var0 and thus returning a value that has never been defined, even if the value is zero-sized.
Var0