]> git.lizzy.rs Git - rust.git/commit
Auto merge of #88587 - bdbai:fix/uwpio, r=joshtriplett
authorbors <bors@rust-lang.org>
Thu, 23 Sep 2021 06:18:07 +0000 (06:18 +0000)
committerbors <bors@rust-lang.org>
Thu, 23 Sep 2021 06:18:07 +0000 (06:18 +0000)
commit15d9ba0133ce0b35348e1c8367afe00aec841ffa
treed94106466c291c3381313d7db1b3a2a4ad09bbf9
parent67365d64bcdfeae1334bf2ff49587c27d1c973f0
parent4e01157969eb5726f08fa31a898108654d813fdd
Auto merge of #88587 - bdbai:fix/uwpio, r=joshtriplett

Fix WinUWP std compilation errors due to I/O safety

I/O safety for Windows has landed in #87329. However, it does not cover UWP specific parts and prevents all UWP targets from building. See https://github.com/YtFlow/Maple/issues/18. This PR fixes these compile errors when building std for UWP targets.