Capturing @ in a non-Send ~fn causes memory_region to crash #8983
Labels
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
It doesn't fail with e.g.
x = 1
orx = &1
.The text was updated successfully, but these errors were encountered: