Closures cause ICE with -Z debug-info #8513
Labels
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Yep, it seems that any use of closures (assuming they don't get optimised out of existence) is broken.
For example:
CC @michaelwoerister
The text was updated successfully, but these errors were encountered: