MIR: End-user description not implemented for field access on TyGenerator...
.
#47793
Labels
A-coroutines
Area: Coroutines
A-NLL
Area: Non-lexical lifetimes (NLL)
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.
Using nightly. Decent number of features enabled. Using
futures-await
. Attempting to usemap_err
on the result coming out of a call toawait!
seems to cause a panic.code
Working code:
Broken code:
Let me know if adding any additional type info here would be helpful.
expectations
I expected to have the code successfully compile and be the same as the working code block.
Instead, got a panic during compilation.
meta
Nightly features:
#![feature(conservative_impl_trait, generators, nll, proc_macro, universal_impl_trait, use_nested_groups)]
rustc info:
Backtrace:
The text was updated successfully, but these errors were encountered: