ICE: Conflicting trait impls with custom default-implemented trait bound #29516
Labels
C-bug
Category: This is a bug.
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
This stems from my attempt to extend the
NotSame
trait for type inequality as described in #29499 to tuples of arbitrary size. The implementation for (A, B) conflicts with the implementation for A because the (A) tuple lacks a trailing comma.On rustc 1.6.0-nightly (1a2eaff 2015-10-31)
The text was updated successfully, but these errors were encountered: