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
Sema: diagnoseUnknownType() should use AST name lookup
This avoids cycles where type checker name lookup used a LookupResultBuilder,
which could try to get a GenericSignatureBuilder for the signature currently
being built.
This fixes some cycles when the requirement machine is enabled.
0 commit comments