-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Internal Compiler Error: found unstable fingerprints for predicates_of(Send/From/Eq/etc.) #83473
Comments
Does this still happen on the latest nightly? |
This error is extremely odd - it doesn't appear to involve your code at all. |
I was able to replicate it by running I cleaned everything and then everything compiled fine. Can't make it happen anymore now, so I wouldn't know if it still happens on the latest nightly, sorry. I haven't touched any files in If there's anything I can do to help, don't hesitate to ask! |
I'm just now seeing the other error message in the log you posted. I'm tempted to say that this was due to some kind of corruption of the incremental cache - I have no idea how any of these errors could occur. If this happens again, please let me know. |
I will, thanks! I understand this is one of those "hard to replicate, so who knows what happened? 🤷 " issues. |
It looks like this is not actually due to corruption - it showed up in a completely different project (#83523), also with |
Ah, that's great news! Looks like you've chased the problem down already. I totally agree with Casperin in the other issue, I'm just happy to contribute to this great language and team :) |
Duplicate of #84341. This is fixed in the latest nightly |
I've run into an internal compiler error. I'm not sure if I can create a simplified code sample for why this happened, and part of the codebase is proprietary, but I hope this helps anyway.
One of the traces talks about "checking that audio_driver::<impl at jpt/src/audio_drive.rs> is well-formed", so I've included that file.
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: