-
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 #231
Comments
i have this issue too |
1 similar comment
i have this issue too |
Does this still occur on the latest 1.82 toolchain? |
If someone could set up a min repro for me, that would be most useful. |
I was trying to reproduce it on the esp-idf-template, but could not. After checking the differences between my project and the template, I found the lines below. The change was added in May (PR: esp-rs/esp-idf-template#212) and fixes the issue: [[bin]]
name = "project-name"
harness = false # do not use the built in cargo test harness -> resolve rust-analyzer errors As such, it's probably OK to close this? |
still not fixed for me, i'm using an old project that worked before but not working now after i updated, i found a related pr for this #232 i'm trying to make a minimal repro but it's hard to pinpoint what exactly is causing it |
i think i finally got a reproduction here https://github.com/cs-clarence/esp-rs-min-repro MCU: esp32s3 Steps to reproduce:
Filed a new issue here #244 |
When I run clippy on my project, I get the following error:
Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: