ICE when using async block form of async closure #121306
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) ❄️
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
Importantly note that the closure passed to foo is
|| async move {}
;async move || {}
does not ICE.Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: