mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
It is illegal to borrow an unowned value. Unowned values are only allowed to have specific instantaneous uses. In this case, an unchecked conversion is valid because there is an assumption that within a destructor, self is guaranteed.
18 KiB
18 KiB