Closed fenollp closed 2 years ago
Thanks for the report, are you able to share the code that lead to the ICE?
I don't see anything clippy-related in that stack trace. Do you also get the same error with cargo check
instead of cargo clippy
?
I'd have to work on minimizing this code to be able to share it, it's not public code.
Indeed a cargo check
does not produce this crash (and passes without issue).
Even worse, running this same command after wiping ./target/
does not reproduce the issue.
Ah, then it's likely some incremental compilation bug that is only exhibited by clippy.