-
Notifications
You must be signed in to change notification settings - Fork 769
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
embassy-executor-macros fails to compile on the latest Rust Nightly. #2709
Comments
This may be due to the recent Rust Nightly having a destructive impact on embassy-executor-macros. embassy/embassy-executor-macros/src/macros/task.rs Lines 93 to 101 in ea25112
|
I understand that the stated policy here is that only the nightly version in the |
You can use nightly but not enable the I still have to look into this particular breakage and update it to work on newer nightlies. Perhaps merging #2574. |
seems a rust regression to me. Filed rust-lang/rust#122775 Seems #2574 is not affected |
fixed in #2574 |
see: https://github.com/esp-rs/esp-hal/actions/runs/8342745449/job/22831570036#step:7:609
The text was updated successfully, but these errors were encountered: