ICE with unboxed closures #18238
Labels
A-closures
Area: Closures (`|…| { … }`)
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
This very simple program:
crashes the compiler with the following error:
Without
move
it works.This seems to be a regression, as this program does work with Rust nightly released at 2014-10-14.
The text was updated successfully, but these errors were encountered: