]> git.proxmox.com Git - rustc.git/blobdiff - src/librustc_middle/ich/impls_ty.rs
New upstream version 1.46.0~beta.2+dfsg1
[rustc.git] / src / librustc_middle / ich / impls_ty.rs
index ef6247881c0be12995dba134bf176f38d38046ff..8f15c99f951fe234000288f1a36bc70cbd4b8494 100644 (file)
@@ -123,7 +123,7 @@ where
     T: HashStable<StableHashingContext<'a>>,
 {
     fn hash_stable(&self, hcx: &mut StableHashingContext<'a>, hasher: &mut StableHasher) {
-        self.skip_binder().hash_stable(hcx, hasher);
+        self.as_ref().skip_binder().hash_stable(hcx, hasher);
     }
 }