rust/compiler/rustc_metadata/src
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
..
rmeta Replace infallible name_or_empty methods with fallible name methods. 2025-04-17 09:50:52 +10:00
creader.rs Make LevelAndSource a struct 2025-04-03 09:17:55 +00:00
dependency_format.rs Support rmeta inputs for --crate-type=bin --emit=obj 2025-03-07 18:33:05 +01:00
errors.rs Add an error when full metadata was not found 2025-03-31 09:44:41 +02:00
foreign_modules.rs Move some Map methods onto TyCtxt. 2025-02-17 13:21:02 +11:00
fs.rs Retry if creating temp fails with access denied 2025-04-25 11:28:36 +00:00
lib.rs Make #![feature(let_chains)] bootstrap conditional in compiler/ 2025-04-23 16:40:30 +02:00
locator.rs Don't canonicalize crate paths 2025-04-16 17:42:38 +00:00
native_libs.rs Replace infallible name_or_empty methods with fallible name methods. 2025-04-17 09:50:52 +10:00