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
[AST] Relax the assertion for SILBox types in Type::transformRec.
There are places in the frontend that strip off ExistentialType from
a type, e.g. in the round-trip check for type reconstruction, which
is a valid transformation for SILBox types' substitutions because
it doesn't invalidate conformances.
0 commit comments