Incremental code compile caused issue with rustc_hir #92591
Labels
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.
This is almost certainly to do with something broken in my local
target
folder (which even zipped is >800mb and I can't sensibly upload that right now), as I've hit this twice now today and both times I've deleted the target folder and the problem goes away. I've hit it with just plaincargo run
but I've also been runningcargo fmt/clippy/doc
on it as well in parallel and although they should all be blocking each other from running, maybe an issue with that setup?Basically once I hit this
cargo run
consistently breaks all the time until I wipe target, and then it'll be fine for another few hours of hacking away.Code
https://github.com/palfrey/cavalcade/tree/70d480040a5a2cdd0fb4fcf822018d584ccdac21
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: