We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
()
1 parent 299dd02 commit 5b6b348Copy full SHA for 5b6b348
compiler/rustc_middle/src/ty/impls_ty.rs
@@ -78,7 +78,7 @@ impl<'a, 'tcx> HashStable<StableHashingContext<'a>> for ty::subst::GenericArgKin
78
// that high.
79
ty::subst::GenericArgKind::Type(ty) => ty.hash_stable(hcx, hasher),
80
ty::subst::GenericArgKind::Const(ct) => {
81
- 0xF3u8.hash_stable(hcx, hasher).hash_stable(hcx, hasher);
+ 0xF3u8.hash_stable(hcx, hasher);
82
ct.hash_stable(hcx, hasher);
83
}
84
ty::subst::GenericArgKind::Lifetime(lt) => {
0 commit comments