Internal Compiler Error with awaited async closure within impl Future fn poll #124867
Labels
C-bug
Category: This is a bug.
F-async_closure
`#![feature(async_closure)]`
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.
Code
Rustc panicked when I attempted to use async in poll.
I wanted to compose an async task inside my custom future
Meta
rustc --version --verbose
:Error output
The text was updated successfully, but these errors were encountered: