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

Turn -Z incremental-verify-ich on by default #83007

Merged
merged 1 commit into from
Mar 13, 2021

Commits on Mar 13, 2021

  1. Always run incremental_verify_ich when re-computing query results

    Issue rust-lang#82920 showed that the kind of bugs caught by this flag have
    soundness implications.
    
    This causes performance regressions of up to 15.2% during incremental
    compilation, but this is necessary to catch miscompilations caused by
    bugs in query implementations.
    Aaron1011 committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    7d7c81a View commit details
    Browse the repository at this point in the history