ICE failed to process buffered lint here (dummy = false) introduced by #87146 #87274
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.
Code
It seems that #87146 introduced an ICE which happens when building the
piston_image
benchmark for rustc-perf.The ICE seems to be caused by
delay_span_bug
being issues but no errors being encountered.Panic message: "no errors encountered even though
delay_span_bug
issued"Unfortunately, I've not been able to reproduce this with something smaller and more manageable yet.
cc @Aaron1011 @petrochenkov
Meta
Built using:
cargo +0ecff8c623fa29cccad6f946c657e81dacd85847 rustc -- -A warnings
Error output
Backtrace
The text was updated successfully, but these errors were encountered: