-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
remove TypeRelation::{intercrate,mark_ambiguous} #109863
Copy link
Copy link
Closed
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Introduced in #103488, they are used only in
super_relate_tys.I believe
super_relate_tysshould always relate types structurally. Any smarter inference rules should be handled by the caller instead, similar to how we do lazy normalization in the new solver.