forked from M-Labs/nac3
David Mak
48c6498d1f
old_loop_target is only assigned if ctx.loop_target is overwritten, meaning that if ctx.loop_target is never overwritten, ctx.loop_target will always be overwritten to None. We fix this by only restoring from old_loop_target if we previously assigned to old_loop_target. |
||
---|---|---|
.. | ||
irrt | ||
concrete_type.rs | ||
expr.rs | ||
generator.rs | ||
mod.rs | ||
stmt.rs | ||
test.rs |