ICE when returning a local unwrapped dvec inside an impl #2590
Labels
A-type-system
Area: Type system
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
Milestone
This code should be rejected outright since I'm trying to move a dvec out of a record without consuming the record, but it's ICEing instead of a proper error message:
Returns:
The text was updated successfully, but these errors were encountered: