swift
12e1db4f
- [move-only] Ensure that resilient deinits take their self argument as an address argument instead of an object.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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
References
#65842 - [move-only] Batched resilient changes
Author
gottesmm
Committer
gottesmm
Parents
f1d27404
Loading