Closed Disasm closed 5 years ago
@japaric can you merge this PR, and https://github.com/japaric/vcell/pull/9 , please. It will not take much time.
@burrbull There is a good temporary solution (at least non-breaking one): https://github.com/rust-embedded/cortex-m/pull/159
https://docs.rs/autocfg/0.1.5/autocfg/ has probe_rustc_version
method:
cc @adamgreig
Additionally, this change unlocks static Mutex constructions on stable.