LLVM assertion when using move || { /* .. */ }
#19141
Labels
A-closures
Area: Closures (`|…| { … }`)
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
STR
Output
Version
PR #19113 on top of 399ff25
It also fails in the playpen, which has version:
I think we're not supposed to use the
move
keyword with boxed closures?The text was updated successfully, but these errors were encountered: