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

Avoid deleting temporary files on error #75315

Merged
merged 1 commit into from
Aug 11, 2020

Commits on Aug 9, 2020

  1. Avoid deleting temporary files on error

    Previously if the compiler error'd, fatally, then temporary directories which
    should be preserved by -Csave-temps would be deleted due to fatal compiler
    errors being implemented as panics.
    Mark-Simulacrum committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    2627eed View commit details
    Browse the repository at this point in the history