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

Avoid accessing HIR from MIR passes #95487

Merged
merged 4 commits into from
Apr 10, 2022
Merged

Avoid accessing HIR from MIR passes #95487

merged 4 commits into from
Apr 10, 2022

Commits on Apr 10, 2022

  1. Configuration menu
    Copy the full SHA
    db03a2d View commit details
    Browse the repository at this point in the history
  2. Store LocalDefId in is_late_bound_map.

    This allows to avoid looking at HIR from borrowck.
    cjgillot committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    69d8183 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c6e246 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbacfcb View commit details
    Browse the repository at this point in the history