Closed stephenmoloney closed 3 years ago
Nice looking project.
Not too familiar with rust yet. Getting some build errors since a change to rust feature set.
#![cfg_attr(feature = "nightly", feature(const_fn, allow_internal_unstable))] ^^^^^^^^ feature has been removed
#![cfg_attr(feature = "nightly", feature(const_fn, allow_internal_unstable))]
Nice looking project.
Not too familiar with rust yet. Getting some build errors since a change to rust feature set.
#![cfg_attr(feature = "nightly", feature(const_fn, allow_internal_unstable))]
^^^^^^^^ feature has been removed