cargo check
-invoked Rustc 10x slower since nightly-2019-10-03
#65306
Labels
C-bug
Category: This is a bug.
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
I-hang
Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Starting
nightly-2019-10-03
, Rustchangs foreveris about 10x slower while building my project (Linux x86-64). It works fine onnightly-2019-10-01
and earlier versions. In between,nightly-2019-10-02
has an ICE.I am only invoking
cargo check
.See below for the ICE and the thread backtraces while rustc is hanging.
Rustc has an ICE on
nightly-2019-10-02
("fixed" innightly-2019-10-03
):GDB backtrace log using the latest nightly
2019-10-11
during the looooong compile:The text was updated successfully, but these errors were encountered: