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
SIL: Fix type lowering for generic local functions with captures
We want the generic signature to appear on the outermost
function, after the captures, otherwise we run into trouble
because we have a generic function type in value position,
which is not allowed.
Brings us a step closer to allowing local generic functions
to capture values, but NFC for now.
0 commit comments