We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pr #1802 switched most code from std::os::fd to use std::os::hermit::io because of rust-lang/rust#126198. Revert that back.
std::os::fd
std::os::hermit::io
Depends on rust-lang/rust#126198 being fixed.
The text was updated successfully, but these errors were encountered:
This fixed is in Rust 1.81: rust-lang/rust@cd4c0f0.
Sorry, something went wrong.
Reopen #1841 once we bump our MSRV past 1.81.
Successfully merging a pull request may close this issue.
Pr #1802 switched most code from
std::os::fd
to usestd::os::hermit::io
because of rust-lang/rust#126198. Revert that back.Depends on rust-lang/rust#126198 being fixed.
The text was updated successfully, but these errors were encountered: