1
Fork 0

Add HashStable_NoContext to simplify HashStable implementations in rustc_type_ir

This commit is contained in:
Michael Goulet 2023-11-04 17:02:54 +00:00
parent baf4abff31
commit 426bc70ad6
10 changed files with 69 additions and 291 deletions

View file

@ -123,5 +123,3 @@ impl<'tcx> HashStable<StableHashingContext<'tcx>> for rustc_feature::Features {
});
}
}
impl<'ctx> rustc_type_ir::HashStableContext for StableHashingContext<'ctx> {}