remove TypeRelation::{intercrate,mark_ambiguous}
#109863
Labels
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Introduced in #103488, they are used only in
super_relate_tys
.I believe
super_relate_tys
should 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.The text was updated successfully, but these errors were encountered: