Closed Nemo157 closed 6 years ago
https://github.com/rust-lang/rust/pull/46287 removed this feature a while back, https://github.com/rust-lang/rust/pull/52644 has now made it a hard error to refer to a non-existing feature so bare-metal with const-fn feature active does not compile on the latest nightly (2018-08-13).
bare-metal
const-fn
Thanks, @Nemo157.
bors r+
https://github.com/rust-lang/rust/pull/46287 removed this feature a while back, https://github.com/rust-lang/rust/pull/52644 has now made it a hard error to refer to a non-existing feature so
bare-metal
withconst-fn
feature active does not compile on the latest nightly (2018-08-13).