mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
992988bbc5
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. cc @infinity0 (Hopefully) fixes #75275, but I haven't tested