-
Notifications
You must be signed in to change notification settings - Fork 340
Not compiling with nightly-2020-09-22-x86_64-unknown-linux-gnu #883
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Thanks for the report! This appears to be a regression on nightly, see rust-lang/rust#77089 -- for now I recommend pinning to an earlier nightly as we wait on this to be resolved in the stdlib. |
This currently also breaks docs.rs builds: |
This is causing issues in downstream CI: http-rs/http-client#45, http-rs/surf#234 |
Fixed in latest Nightly, via rust-lang/rust#77090. |
It is resolved in recent nightly. It's time to close this issue. |
async-std does not compile with recent nightly toolchain (nightly-2020-09-22-x86_64-unknown-linux-gnu, to be exact). I personally downgrade the toolchain by
rustup default nightly-2020-09-21
to resolve this issue.The text was updated successfully, but these errors were encountered: