ICE with generators and impl Trait: "Cannot create local trans-item" #44181
Labels
A-coroutines
Area: Coroutines
A-impl-trait
Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.
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.
I've hit an ICE with the new generator support that has just landed (nightly c11f689 2017-08-29).
I've reduced it to the following :
This is essentially the same issue as #43135. I can't reproduce the original ICE with closures as described there, but I run into it with generators.
The text was updated successfully, but these errors were encountered: