swift
12e1db4f - [move-only] Ensure that resilient deinits take their self argument as an address argument instead of an object.

Commit
2 years ago
[move-only] Ensure that resilient deinits take their self argument as an address argument instead of an object. The signature was already correct, just the logic in the deinit code assumed that we would always have an object. rdar://109170069
Author
Committer
Parents
Loading