mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
When devirtualizing a `begin_apply`, it was passing the token's use list to the conversion function when trying to convert the yielded result. It's suppose to be the yielded result's list. This became apparent when it encountered an access of a `@_borrowed` property and we hit an assertion about an empty use-list of a guaranteed value, when it was in fact the wrong list!
1.9 KiB
1.9 KiB