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
Subtype: skip slow-path in local_∀_∃_subtype if inputs contain no ∃ typevar. (JuliaLang#53429)
This should be safe as ∀ vars' bounds are frozen in env.
If there's no ∃ var, then the current env won't change after
`local_∀_∃_subtype`.
Thus, the slow path should be equivalent to the fast path if the latter
returns 1.
CloseJuliaLang#53371.
(cherry picked from commit 37c48e8)
0 commit comments