mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
a691f1eefe
This commit removes the last remnants of file descriptors from the Windows implementation of `std::sys` by using `CreatePipe` to create anonymous pipes instead of the `pipe` shim provided in msvcrt.