Closure lowering error #18173
Labels
bug
Indicates an unexpected problem or unintended behavior
compiler:lowering
Syntax lowering (compiler front end, 2nd stage)
This is what's causing #18156 (comment) after #18130. I assume @tkelman have already figured out the cause but I don't think there's an open issue for it.
Reduced test case.
Results in an
UndefVarError
since the closure construction want to accesssuccessflag
before it is defined.Lowered IR
The text was updated successfully, but these errors were encountered: