mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-03 22:49:17 +00:00 
			
		
		
		
	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.
		
			
				
	
	
		
			10 lines
		
	
	
		
			153 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			153 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "rustc_fs_util"
 | 
						|
version = "0.0.0"
 | 
						|
edition = "2024"
 | 
						|
 | 
						|
[dependencies]
 | 
						|
# tidy-alphabetical-start
 | 
						|
tempfile = "3.7.1"
 | 
						|
# tidy-alphabetical-end
 |