-
Notifications
You must be signed in to change notification settings - Fork 39
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
Clippy error in test_result.rs #244
Comments
The TL;DR is that if you wait a couple of weeks or a month (and update to latest Rust nightly and/or esp toolchain), the problem might likely resolve itself because of this and then you won't need the Elaboration:
Now, what can we do? Maybe a short-term solution and a log-term solution:
|
@ivmarkov thanks for the in-depth reply to this. I don't really get the |
[lib]
harness = false |
Ah I see. I didn't know this one. That fixed it. Thanks. I'll be closing this now |
Reopening for #231
Min repro: https://github.com/cs-clarence/esp-rs-min-repro
MCU: esp32s3
Rust Version: 1.82
Edition: 2021
Steps to reproduce:
cargo generate esp-rs/esp-idf-template cargo
lib.rs
in src folderfound a related PR for this #232
cc @MabezDev
The text was updated successfully, but these errors were encountered: