mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
03a1188cf3
Using the current directory may not always be appropriate, for example in the case where it will unnecessarily trigger a backup to be made. The only risk with this change is that systems might not have a mktemp. I am not aware of such a system, but have not tested on Windows. It is working on a basic Ubuntu and OS X installation.