mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
When ownership is changed from owned to guaranteed, the enclosing values of a guaranteed value can change. Fixes a SIL verifier error.
When ownership is changed from owned to guaranteed, the enclosing values of a guaranteed value can change. Fixes a SIL verifier error.