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

Compute is_late_bound_map query separately from lifetime resolution #97415

Merged
merged 2 commits into from
Jun 3, 2022

Commits on Jun 3, 2022

  1. Configuration menu
    Copy the full SHA
    b1294e8 View commit details
    Browse the repository at this point in the history
  2. Compute is_late_bound in a separate query.

    The computation is actually much simpler, and can be done by directly
    fetching the HIR for the `FnDecl` and its generics.
    cjgillot committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    ba40fe9 View commit details
    Browse the repository at this point in the history