Closed
Description
d154185 updated lots of code in library/std/src/sys/windows/ to use the new APIs, but did not modify usages in the conitional UWP implementations like:
rust/library/std/src/sys/windows/fs.rs
Line 360 in 47ae8de
- https://github.com/rust-lang/rust/blob/master/library/std/src/sys/windows/fs.rs#L388
rust/library/std/src/sys/windows/stdio_uwp.rs
Lines 28 to 29 in 47ae8de
rust/library/std/src/sys/windows/stdio_uwp.rs
Lines 41 to 42 in 47ae8de
This manifests as a bunch of compile errors when building with --target x86_64-uwp-windows-msvc
and -Z build-std
.