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
Inliner: allow the inliner generate partial_apply with an open existential in the substitution list.
There was an old check in the inliner which prevented this, because IRGen didn't support it.
Now it seems that IRGen can handle "partial_apply <@opened...>", so we can remove that check in the inliner.
0 commit comments