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

Disable drop range analysis #93284

Merged
merged 3 commits into from
Feb 1, 2022
Merged

Commits on Jan 25, 2022

  1. Disable drop range analysis

    The previous PR, rust-lang#93165, still performed the drop range analysis
    despite ignoring the results. Unfortunately, there were ICEs in
    the analysis as well, so some packages failed to build (see the
    issue rust-lang#93197 for an example). This change further disables the
    analysis and just provides dummy results in that case.
    eholk committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    f4d7d09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    520bd69 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Change test to check-pass

    eholk committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    9f9d82a View commit details
    Browse the repository at this point in the history