"unstable fingerprints for predicates_of" with Clone trait #84735
Labels
A-incr-comp
Area: Incremental compilation
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Uh oh!
There was an error while loading. Please reload this page.
This appears to be a transient error in an incremental build. I wrote up this issue and saved the stack when I got it. But when I did
cargo clean
and thencargo build
it would not reproduce.I had done
rustup default nightly
at some point, probably (?) without acargo clean
. There had been successful builds after that with nightly, but perhaps never a clean one. In case that had something to do with it, I tried:But that didn't reproduce it either. :-(
The change was to manually implement a Clone trait that had previously been derived, in order to log or set breakpoints when a clone of a particular struct was made.
The patch I'm trying is to the Firecracker VMM, specifically to a struct in mmio.rs.
(Note: I don't have any Rust experience to speak of--and am merely trying to get some experience with it by poking around with Firecracker. But perhaps that makes me good at writing unexpected things that will crash Rustc.)
Code
Meta
Error output
Backtrace
The text was updated successfully, but these errors were encountered: