thread 'rustc' panicked at 'attempted to read from stolen value: rustc_middle::mir::Body' #92279
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.
Hello, while trying to build a project I hit an ICE. Unfortunately, I could not isolate the bug. It seems to be related to incremental builds because when I removed the
target
directory it started working again. I'm not providing the whole code because I couldn't reproduce the bug but I'll try to give you some context.The project consists of three crates:
async-trait 0.1.52
tokio 1.15.0
.The 'traits' crate is mostly unchanged during development. The 'main' crate has some small changes, mostly related to updates to functions and methods signatures. The 'fs' crate changes a lot.
The project is built and run through the 'main' crate. After changing some code in the 'fs' crate and trying to run the 'main' crate the compiler had an unexpected panic. I still have the
target
directory saved in case something there is useful for debugging, however, I don't know how to anonymize it so I'm not publishing it here (but you can contact me and I'll see what I can do about it).Code
This is the code referred by the error message:
Meta
rustc --version --verbose
:lsb_release -a && uname -r
:Did not check nightly/beta because the bug disappeared after running
cargo clean
.Error output
Backtrace
The text was updated successfully, but these errors were encountered: