mirror of
https://github.com/rust-lang/rust.git
synced 2026-02-15 06:34:21 +00:00
Windows: use existing wrappers in `File::open_native` Just a small improvement I've noticed - prevents accidents regarding `SetFileInformationByHandle` parameters. Probably ``@ChrisDenton`` since we talked about it on discord :)