rust/compiler/rustc_metadata
Matthias Krüger e970d63b61
Rollup merge of #140086 - ChrisDenton:backoff, r=petrochenkov
If creating a temporary directory fails with permission denied then retry with backoff

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.

cc ```@jieyouxu,``` https://github.com/rust-lang/rust/issues/133959
2025-04-26 07:13:07 +02:00
..
src Rollup merge of #140086 - ChrisDenton:backoff, r=petrochenkov 2025-04-26 07:13:07 +02:00
Cargo.toml Retry if creating temp fails with access denied 2025-04-25 11:28:36 +00:00
messages.ftl Add an error when full metadata was not found 2025-03-31 09:44:41 +02:00