mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
34182470eb
Windows: remove readonly files When calling `remove_file`, we shouldn't fail to delete readonly files. As the test makes clear, this make the Windows behaviour consistent with other platforms. This also makes us internally consistent with `remove_dir_all`. try-job: x86_64-msvc-ext1