embassy-rs / embassy

Modern embedded framework, using Rust and async.
https://embassy.dev
Apache License 2.0
5.64k stars 781 forks source link

executor: use WakerHack unconditionally even if `nightly` feature is enabled. #3528

Closed Dirbaio closed 2 weeks ago

Dirbaio commented 2 weeks ago

This ensures the executor compiles with all recent nightly versions, including the stable-but-with-nightly-features-enabled xtensa rustc.