ICE with higher-order trait-bounds (AsyncFnOnce
emulation)
#79146
Labels
A-async-await
Area: Async & Await
A-closures
Area: Closures (`|…| { … }`)
A-trait-system
Area: Trait system
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
Meta
rustc --version --verbose
:1.47.0
(previous versions simply fail on non-nightly-ness).Error output
Backtrace
I'm pretty sure this is a regression "from nightly to nightly" (it used to compile … and fail with #51004) so I don't know if this is technically considered a regression or not; I'll add the label and let you people decide what suits best.
@rustbot modify labels: +regression-untriaged +A-traits
The text was updated successfully, but these errors were encountered: