Skip to content
New issue

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

Use of removed feature #2

Closed
Thoralf-M opened this issue Jun 10, 2021 · 2 comments
Closed

Use of removed feature #2

Thoralf-M opened this issue Jun 10, 2021 · 2 comments

Comments

@Thoralf-M
Copy link

Our CI that runs with nightly failed because of rust-lang/rust#82539

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`
@najamelan
Copy link
Owner

Yep, this is going to hit all my repos. I will update and release ASAP.

@najamelan
Copy link
Owner

najamelan commented Jun 10, 2021

Should be fixed in 0.3.2. Feel free to re-open if something is still amiss.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants