Can I avoid eager ambiguity resolution for trait implementations with generics?
Can I avoid eager ambiguity resolution for trait implementations with generics? No. Is it possible to have [ambiguity resolution to be done at the call site, rather than at the definition site]? No. There’s a (long-delayed) RFC for specialization that will allow overlapping trait implementations, but only when one of them is more specific than … Read more