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
rt: 9736:main:main: upcall fail 'non-exhaustive match failure', ../src/comp/middle/trans.rs:6572
iter under(uint hi) -> uint {
let uint y = 0u;
while (y < hi) {
put y;
y += 1u;
}
}
iter several_zeroes() {
for each (uint i in under(3u)) {
put 0u;
}
}