You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while true {
let x = alt true {
true { break }
_ { "whatever" }
};
}
Under valgrind results in:
==18230== Thread 10:
==18230== Conditional jump or move depends on uninitialised value(s)
==18230== at 0x8048858: glue_drop2 (in /home/banderson/Dev/rust/build/test/run-pass/while-break-ref.stage1)