rust/library/std
Urgau 34182470eb
Rollup merge of #134679 - ChrisDenton:rm-readonly, r=Mark-Simulacrum
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
2025-02-09 00:37:26 +01:00
..
benches Move std::time unit tests to integration tests 2025-01-26 10:28:04 +00:00
src Rollup merge of #134679 - ChrisDenton:rm-readonly, r=Mark-Simulacrum 2025-02-09 00:37:26 +01:00
tests Rollup merge of #134679 - ChrisDenton:rm-readonly, r=Mark-Simulacrum 2025-02-09 00:37:26 +01:00
build.rs Enable f128 tests on all non-buggy platforms 🎉 2024-11-03 19:33:04 -06:00
Cargo.toml Rollup merge of #136537 - tgross35:update-builtins, r=tgross35 2025-02-05 19:09:37 +08:00