ICE when using impl Iterator<Item = &'a Path> + 'a
#46476
Labels
A-coroutines
Area: Coroutines
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) ❄️
^ I tried compiling this snippet of code (as part of a
cargo test
invocation, specifically), and got the following ICE:Output of
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: