Skip to content

[BUG] Build fails on latest nightly #175

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

Closed
krojew opened this issue Jun 7, 2021 · 0 comments · Fixed by #176
Closed

[BUG] Build fails on latest nightly #175

krojew opened this issue Jun 7, 2021 · 0 comments · Fixed by #176
Labels
bug Something isn't working

Comments

@krojew
Copy link
Contributor

krojew commented Jun 7, 2021

Describe the bug
Build fails on latest nightly:

error[E0557]: feature has been removed
   --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elasticsearch-7.12.0-alpha.1/src/lib.rs:352:39
    |
352 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(external_doc))]
    |                                       ^^^^^^^^^^^^ feature has been removed
    |
    = note: use #[doc = include_str!("filename")] instead, which handles macro invocations

To Reproduce
Steps to reproduce the behavior:

  1. Use rustc 1.54.0-nightly (35fff69d0 2021-06-06)
  2. Try to build.

Expected behavior
Success.

Environment (please complete the following information):

  • OS: Ubuntu
  • rustc version: x86_64-unknown-linux-gnu 1.54.0-nightly (35fff69d0 2021-06-06)
@krojew krojew added the bug Something isn't working label Jun 7, 2021
russcam pushed a commit that referenced this issue Jun 18, 2021
doc(include) was removed in rust-lang/rust#85457.
Tests should now run on on both nightly and stable.
russcam pushed a commit that referenced this issue Jun 18, 2021
doc(include) was removed in rust-lang/rust#85457.
Tests should now run on on both nightly and stable.

(cherry picked from commit d96bfa2)
russcam pushed a commit that referenced this issue Jun 29, 2021
doc(include) was removed in rust-lang/rust#85457.
Tests should now run on on both nightly and stable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant