We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3360653 commit 8bc7878Copy full SHA for 8bc7878
compiler/rustc_middle/src/ty/fast_reject.rs
@@ -189,7 +189,7 @@ impl<D: Copy + Debug + Ord + Eq> SimplifiedTypeGen<D> {
189
190
impl<'a, D> HashStable<StableHashingContext<'a>> for SimplifiedTypeGen<D>
191
where
192
- D: Copy + Debug + Ord + Eq + HashStable<StableHashingContext<'a>>,
+ D: Copy + Debug + Eq + HashStable<StableHashingContext<'a>>,
193
{
194
fn hash_stable(&self, hcx: &mut StableHashingContext<'a>, hasher: &mut StableHasher) {
195
mem::discriminant(self).hash_stable(hcx, hasher);
0 commit comments