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

Don't normalize opaque types with escaping late-bound regions #89285

Merged
merged 1 commit into from
Sep 27, 2021

Commits on Sep 26, 2021

  1. Don't normalize opaque types with escaping late-bound regions.

    Turns out, this has some really bad perf implications in large types (issue rust-lang#88862). While we technically can handle them fine, it doesn't change test output either way. For now, revert with an added benchmark. Future attempts to change this back will have to consider perf.
    jackh726 committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    a84e3fa View commit details
    Browse the repository at this point in the history