Conversation
|
Just encountered this issue as well, nice to see a PR already open for it. For reference, Rust v1.82 introduced the ability to mark some attributes as |
|
I also hit this error. Btw, why doesn't this get caught by the CI? It should be easily reproducible, but I found no compile error on GitHub Actions. |
|
Ah, okay, I found the reason. This template uses edition 2021, not edition 2024. rp235x-project-template/Cargo.toml Lines 1 to 2 in 0e0eadc But, it seems |
|
This fix was integrated into #5, closing as resolved |
No description provided.