error[E0119]: conflicting implementations of trait `Overlap<::Assoc, _>` for type `Overflow` --> $DIR/unproductive-in-coherence.rs:18:1 | LL | impl Overlap, U> for T {} | ----------------------------------------------------- first implementation here LL | impl Overlap for Overflow {} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Overflow` error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0119`.