rust/compiler/rustc_codegen_ssa
Chris Denton c07054bdd1
Retry if creating temp fails with access denied
On Windows, if creating a temporary directory fails with permission denied then use a retry/backoff loop. This hopefully fixes a recuring error in our CI.
2025-04-25 11:28:36 +00:00
..
2025-03-24 19:38:16 +03:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.