]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/ich/impls_ty.rs
Initial pass review comments
[rust.git] / src / librustc / ich / impls_ty.rs
index 9286d3c73ed67452cdd5a94732fa0d7c72a83141..e316fd5f3e6db965bb1d29bb21733b97a867eb67 100644 (file)
@@ -320,7 +320,7 @@ fn hash_stable<W: StableHasherResult>(&self,
 
 impl_stable_hash_for!(struct ty::ClosureSubsts<'tcx> { substs });
 
-impl_stable_hash_for!(tuple_struct ty::GeneratorInterior<'tcx> { ty });
+impl_stable_hash_for!(struct ty::GeneratorInterior<'tcx> { witness });
 
 impl_stable_hash_for!(struct ty::GenericPredicates<'tcx> {
     parent,