rust-embedded / bare-metal

Abstractions common to microcontrollers
Apache License 2.0
116 stars 17 forks source link

Remove old unstable feature #10

Closed Nemo157 closed 6 years ago

Nemo157 commented 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).

japaric commented 6 years ago

Thanks, @Nemo157.

bors r+