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
Subscripts with `isolated` arguments currently do not pass a compiler
assertion about the consistency of the function type w.r.t. isolation.
This is because the `ExtInfo` for `SubscriptDecl`s doesn't currently
have isolation information applied (though this works in practice);
annotating the `ExtInfo` with isolation allows this assertion to pass.
0 commit comments