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

#![feature(const_fn)] has been removed #25

Open
YoshieraHuang opened this issue Sep 6, 2021 · 0 comments
Open

#![feature(const_fn)] has been removed #25

YoshieraHuang opened this issue Sep 6, 2021 · 0 comments

Comments

@YoshieraHuang
Copy link

Hi, I tried to compile drone with rustc of version 1.57.0-nightly but it failed, showing:

error[E0557]: feature has been removed
  --> /home/jasper/.cargo/registry/src/gitpro.ttaallkk.top-1ecc6299db9ec823/drone-core-0.14.3/src/lib.rs:27:12
   |
27 | #![feature(const_fn)]
   |            ^^^^^^^^ feature has been removed
   |
   = note: split into finer-grained feature gates

As this said, the feature has been removed and should use #![feature(const_mut_refs)] instead.

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

1 participant