Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix a regression in reporting illegal C<return>.
The X::ControlFlow set of exceptions coming with the backtrace of the place that did the wrong control flow is certainly a good thing, but unfortunately the patch to make that happen meant we lost backtraces for C<return>. This fixes the regression.
- Loading branch information