Potential race condition with rust-analyzer #113062
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.
Not sure if this is even a bug, but it seems that there was a race condition with
rust-analyzer
that was running in the background.Rebuilding the project via
succeeds.
It occurred when
rust-analyzer
instance attached,CTRL-Z
, thencargo build --workspace
(in a different terminal),cargo
got stuck on _waiting for file lock on build directory`,fg
, and at this pointcargo
resumed, butrustc
panicked with the error below.Code
I don't think this bug was caused by a particular code sample. M
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: