@@ -598,9 +598,7 @@ impl<T: ::core::hash::Hash + Trait, U: ::core::hash::Hash> ::core::hash::Hash
598598 }
599599}
600600#[automatically_derived]
601- impl<T: Trait, U> ::core::marker::StructuralPartialEq for Generic<T, U> where
602- T::A: {
603- }
601+ impl<T: Trait, U> ::core::marker::StructuralPartialEq for Generic<T, U> { }
604602#[automatically_derived]
605603impl<T: ::core::cmp::PartialEq + Trait, U: ::core::cmp::PartialEq>
606604 ::core::cmp::PartialEq for Generic<T, U> where
@@ -611,8 +609,7 @@ impl<T: ::core::cmp::PartialEq + Trait, U: ::core::cmp::PartialEq>
611609 }
612610}
613611#[automatically_derived]
614- impl<T: Trait, U> ::core::marker::StructuralEq for Generic<T, U> where T::A: {
615- }
612+ impl<T: Trait, U> ::core::marker::StructuralEq for Generic<T, U> { }
616613#[automatically_derived]
617614impl<T: ::core::cmp::Eq + Trait, U: ::core::cmp::Eq> ::core::cmp::Eq for
618615 Generic<T, U> where T::A: ::core::cmp::Eq {
@@ -720,7 +717,7 @@ impl<T: ::core::hash::Hash + ::core::marker::Copy + Trait,
720717}
721718#[automatically_derived]
722719impl<T: Trait, U> ::core::marker::StructuralPartialEq for PackedGeneric<T, U>
723- where T::A: {
720+ {
724721}
725722#[automatically_derived]
726723impl<T: ::core::cmp::PartialEq + ::core::marker::Copy + Trait,
@@ -734,9 +731,7 @@ impl<T: ::core::cmp::PartialEq + ::core::marker::Copy + Trait,
734731 }
735732}
736733#[automatically_derived]
737- impl<T: Trait, U> ::core::marker::StructuralEq for PackedGeneric<T, U> where
738- T::A: {
739- }
734+ impl<T: Trait, U> ::core::marker::StructuralEq for PackedGeneric<T, U> { }
740735#[automatically_derived]
741736impl<T: ::core::cmp::Eq + ::core::marker::Copy + Trait, U: ::core::cmp::Eq +
742737 ::core::marker::Copy> ::core::cmp::Eq for PackedGeneric<T, U> where
0 commit comments