]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/ty/mod.rs
Merge remote-tracking branch 'origin/master' into gen
[rust.git] / src / librustc / ty / mod.rs
index b5aea7e33d61fa7935827a1126691d69a1f02bf0..0a3c4d5d8fa5a4114fc345e3204545dfcf1d6494 100644 (file)
@@ -501,7 +501,7 @@ pub fn is_suggestable(&self) -> bool {
     }
 }
 
-impl<'a, 'gcx, 'tcx> HashStable<StableHashingContext<'a, 'gcx, 'tcx>> for ty::TyS<'tcx> {
+impl<'a, 'gcx, 'tcx> HashStable<StableHashingContext<'a, 'gcx, 'tcx>> for ty::TyS<'gcx> {
     fn hash_stable<W: StableHasherResult>(&self,
                                           hcx: &mut StableHashingContext<'a, 'gcx, 'tcx>,
                                           hasher: &mut StableHasher<W>) {