Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exit arm scopes #62233

Merged
merged 2 commits into from
Jul 9, 2019
Merged

Exit arm scopes #62233

merged 2 commits into from
Jul 9, 2019

Commits on Jul 6, 2019

  1. Configuration menu
    Copy the full SHA
    db6f77f View commit details
    Browse the repository at this point in the history
  2. Exit arm scopes correctly in the HIR CFG

    When a match evaluates to false we jump to the next arm, when we do so
    we need to make sure that we exit the scope for that arm.
    matthewjasper committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    de5c6ec View commit details
    Browse the repository at this point in the history