Functional struct update allows copy of noncopyable values #7327
Labels
A-type-system
Area: Type system
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
This program segfaults when trying to run the destructor for "a". "b"'s destructor runs first and prints 2, then "a"'s destructor tries to access a zeroed-out ARC.
The text was updated successfully, but these errors were encountered: