@@ -598,9 +598,7 @@ impl<T: ::core::hash::Hash + Trait, U: ::core::hash::Hash> ::core::hash::Hash
598
598
}
599
599
}
600
600
#[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> { }
604
602
#[automatically_derived]
605
603
impl<T: ::core::cmp::PartialEq + Trait, U: ::core::cmp::PartialEq>
606
604
::core::cmp::PartialEq for Generic<T, U> where
@@ -611,8 +609,7 @@ impl<T: ::core::cmp::PartialEq + Trait, U: ::core::cmp::PartialEq>
611
609
}
612
610
}
613
611
#[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> { }
616
613
#[automatically_derived]
617
614
impl<T: ::core::cmp::Eq + Trait, U: ::core::cmp::Eq> ::core::cmp::Eq for
618
615
Generic<T, U> where T::A: ::core::cmp::Eq {
@@ -720,7 +717,7 @@ impl<T: ::core::hash::Hash + ::core::marker::Copy + Trait,
720
717
}
721
718
#[automatically_derived]
722
719
impl<T: Trait, U> ::core::marker::StructuralPartialEq for PackedGeneric<T, U>
723
- where T::A: {
720
+ {
724
721
}
725
722
#[automatically_derived]
726
723
impl<T: ::core::cmp::PartialEq + ::core::marker::Copy + Trait,
@@ -734,9 +731,7 @@ impl<T: ::core::cmp::PartialEq + ::core::marker::Copy + Trait,
734
731
}
735
732
}
736
733
#[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> { }
740
735
#[automatically_derived]
741
736
impl<T: ::core::cmp::Eq + ::core::marker::Copy + Trait, U: ::core::cmp::Eq +
742
737
::core::marker::Copy> ::core::cmp::Eq for PackedGeneric<T, U> where
0 commit comments