mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 05:57:03 +03:00
8d2c622d48
WASI implements `AsRawFd` for `Stdin`, `Stdout`, and `Stderr`, so implement it for `StdinLock`, `StdoutLock`, and `StderrLock` as well.