Skip to content

[BUG]Compile error when using rust version 1.55.0-nightly #179

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
dylankyc opened this issue Jun 17, 2021 · 1 comment
Closed

[BUG]Compile error when using rust version 1.55.0-nightly #179

dylankyc opened this issue Jun 17, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@dylankyc
Copy link

Describe the bug

Compile error when compiling with rustc 1.55.0-nightly.

active toolchain

nightly-x86_64-apple-darwin (default)
rustc 1.55.0-nightly (607d6b00d 2021-06-15)

 --> /Users/lichuan6/.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

@dylankyc dylankyc added the bug Something isn't working label Jun 17, 2021
@dylankyc
Copy link
Author

#175

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

No branches or pull requests

1 participant