You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0557]: feature has been removed
--> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/async_io_stream-0.2.0/src/lib.rs:1:40
|
1 | #![cfg_attr( nightly, feature(doc_cfg, external_doc) )]
| ^^^^^^^^^^^^ feature has been removed
|
= note: use #[doc = include_str!("filename")] instead, which handles macro invocations
error: aborting due to previous error
For more information about this error, try `rustc --explain E0557`.
error: could not compile `async_io_stream`
The text was updated successfully, but these errors were encountered:
Our CI that runs with nightly failed because of rust-lang/rust#82539
The text was updated successfully, but these errors were encountered: