hang/slowdown in rustc_middle::traits::ObligationCauseCode
#105269
Labels
A-trait-system
Area: Trait system
C-bug
Category: This is a bug.
I-hang
Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc.
see also #90180
rustc --crate-type lib -Ztime-passes hang.rs
perf top shows a lot of processing in
<rustc_middle::traits::ObligationCauseCode as core::cmp::PartialEq>::eq
The text was updated successfully, but these errors were encountered: