rust/library/std
Chris Denton c6f7aa0eea
Make File::create work on Windows hidden files
Previously it failed on Windows if the file had the `FILE_ATTRIBUTE_HIDDEN` attribute set. This was inconsistent with `OpenOptions::new().write(true).truncate(true)` which can truncate an existing hidden file.
2023-10-15 10:51:20 +01:00
..
benches mv std libs to library/ 2020-07-27 19:51:13 -05:00
src Make File::create work on Windows hidden files 2023-10-15 10:51:20 +01:00
tests Add data race test to std::env::{get, set} 2023-08-20 21:50:45 +02:00
build.rs Revert "Invoke backtrace-rs buildscript in std buildscript" 2023-10-13 13:43:00 -06:00
Cargo.toml Revert "Invoke backtrace-rs buildscript in std buildscript" 2023-10-13 13:43:00 -06:00