ICE: TAIT and incremental compilation #138948
Labels
A-impl-trait
Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.
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) ❄️
S-needs-repro
Status: This issue has no reproduction and needs a reproduction to make progress.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Not sure how helpful would it be, but I got and ICE while using tait. I have several existential types, I moved one of them from the module into another, and it iced. Stack mentions
http::NetLock::{opaque#0}
, but all work was done inmqtt
module andhttp
module was not involved...Meta
rustc --version --verbose
:Error output
ICE
The text was updated successfully, but these errors were encountered: