swift
0cd0868f - [region-isolation] Recognize sil_isolated parameters that are global actors as global actors rather than actor instance.

Commit
1 year ago
[region-isolation] Recognize sil_isolated parameters that are global actors as global actors rather than actor instance. The specific example I ran into was in sendable_continuation.swift where we were passing in the @MainActor instance as a sil_isolated parameter. We were thinking it was an actor instance so we emitted the wrong message.
Author
Committer
Parents
Loading