-
Notifications
You must be signed in to change notification settings - Fork 557
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
rust coverage test could not compile error #1652
Comments
Indeed, I have the same issue with https://github.com/uutils/coreutils @Xuanwo did you see this problem before ? |
If the code works on |
yeah. Originally I tested it on I reported the issue here cuz I also found all of them work fine if I don't use sccache 😢 |
Regardless of the root cause, we can choose to ignore the |
Hi @Xuanwo, anything I can help with this one? |
When I tried to do coverage test with rust nightly-2023-02-09, I got
I have a tiny project can reproduce the error: https://github.com/yihau/sccache-coverage-build-error (The step is in the
coverage.sh
)btw, It works fine with
nightly-2023-02-08
The text was updated successfully, but these errors were encountered: