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

Fix Instance::resolve() incorrectly returning specialized instances #67662

Merged

Commits on Dec 27, 2019

  1. Fix Instance::resolve() incorrectly returning specialized instances

    We only want to return specializations when `Reveal::All` is passed, not
    when `Reveal::UserFacing` is. Resolving this fixes several issues with
    the `ConstProp`, `SimplifyBranches`, and `Inline` MIR optimization
    passes.
    
    Fixes rust-lang#66901
    wesleywiser committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    25a8b5d View commit details
    Browse the repository at this point in the history