You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Distributed] Generic reqs must be forwarded to accessor from enclosing actor
If we don't do this, the generic parameter has no requirements at all,
which a) is incorrect to begin with, it should have the exact same
signature as the method it is the accessor for, and b) it would trip up
verification which is enabled on linux in snapshot builds -- causing
crashes.
Resolves rdar://115497090
0 commit comments