error: internal compiler error: unexpected panic #43774
Labels
A-impl-trait
Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
So I was messing around with iterators and created this horrific creature while struggling with shuffling around lifetimes and borrows:
The compiler seemed so confused that it let me proceed with it and everything broke. This is the backtrace:
It told me to report this error so I did but honestly any help with getting that code above to compile would be appreciated because that backtrace is way over my skill level and I don't know what to do with it.
Some meta:
Built using
mio
crate and#![feature(conservative_impl_trait)]
The text was updated successfully, but these errors were encountered: