mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
5ca8a735ca
This alters the stdio code on Windows to always call `GetStdHandle` whenever the stdio read/write functions are called as this allows us to track changes to the value over time (such as if a process calls `SetStdHandle` while it's running). Closes #40490