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
We can determine the associated types referenced from a function signature
by canonicalizing the individual parameter and result types, rather than
first canonicalizing the entire function type. Canonicalizing a function
type creates a GenericSignatureBuilder, which can cause cycles.
This fixes some cycles when the requirement machine is enabled.
0 commit comments