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
[stdlib] Reinstate original versions of metatype comparisons
Add a new language feature to avoid the stdlib’s swiftinterface becoming unintelligible to older compilers due to the generalization of Builtin.is_same_metatype.
Restore the original version of the `==` operator so that metatypes can continue to be compared even if the generalized version ends up getting omitted.
rdar://149396721
0 commit comments