You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/github.com-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.
The text was updated successfully, but these errors were encountered:
Hi, I tried to compile
drone
withrustc
of version1.57.0-nightly
but it failed, showing:As this said, the feature has been removed and should use
#![feature(const_mut_refs)]
instead.The text was updated successfully, but these errors were encountered: