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
With lazy type checking, invalid conformances can make it all the way to
SILGen. As a result, `SILGenModule::useConformance()` needs to handle invalid
conformances more gracefully by ignoring them instead of asserting.
Resolves rdar://128286622
// expected-error@-1 {{type 'ConformsToProtoWithConstrainedAssociatedType_MissingTypeRequirement' does not conform to protocol 'ProtoWithConstrainedAssociatedType'}}
0 commit comments