-
Notifications
You must be signed in to change notification settings - Fork 1.7k
compiler unexpectedly panicked #10387
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
Comments
Can't download the stack trace right now, but this looks like another duplicate of #10009 (comment) |
@matthiaskrgr Thanks for linking to that! That issue notes no issue if run with
** I don't know if --tests makes any sense on those other clippy commands, just using a brute-force approach. ** |
#10009 mentions the error does not exist on an older version of clippy. I'm happy to test. That said, I'm very new to the rust ecosystem, so I'll happily accept suggestions on the easiest way to downgrade to clippy 1.64 |
Summary
Just started exploring gitoxide. At start, it suggests
make tests check-size
. Doing so, I hit:Reproducer
I tried this code:
git clone https://github.com/Byron/gitoxide.git cd gitoxide/ less README.md make tests check-size
I expected to see this happen:
I expected a clean build
Instead, this happened:
Instead the compiler panicked
full panic output in this file:
clippy_bug_report.20230221.txt
Version
Additional Labels
No response
The text was updated successfully, but these errors were encountered: