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

Drop tracking: track borrows of projections #93751

Merged
merged 2 commits into from
Feb 9, 2022

Commits on Feb 7, 2022

  1. Configuration menu
    Copy the full SHA
    2918584 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Drop tracking: track borrows of projections

    Previous efforts to ignore partially consumed values meant we were also
    not considering borrows of a projection. This led to cases where we'd
    miss borrowed types which MIR expected to be there, leading to ICEs.
    eholk committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    97b24f3 View commit details
    Browse the repository at this point in the history