We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1.55.0-nightly
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
Describe the bug
Compile error when compiling with rustc 1.55.0-nightly.
rustc 1.55.0-nightly
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
The text was updated successfully, but these errors were encountered:
#175
Sorry, something went wrong.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: