]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/ich/hcx.rs
Use 128 instead of 64 bits for DefPath hashes
[rust.git] / src / librustc / ich / hcx.rs
index 786d1c5035d96fa388278aa906c362e2c6467ffa..f25ec8ecd4d71beee729bf73ba0107d38cc38fa8 100644 (file)
@@ -110,7 +110,7 @@ pub fn tcx(&self) -> ty::TyCtxt<'a, 'tcx, 'tcx> {
     }
 
     #[inline]
-    pub fn def_path_hash(&mut self, def_id: DefId) -> u64 {
+    pub fn def_path_hash(&mut self, def_id: DefId) -> ich::Fingerprint {
         self.tcx.def_path_hash(def_id)
     }