Add HashStable_NoContext to simplify HashStable implementations in rustc_type_ir
This commit is contained in:
parent
baf4abff31
commit
426bc70ad6
10 changed files with 69 additions and 291 deletions
|
@ -123,5 +123,3 @@ impl<'tcx> HashStable<StableHashingContext<'tcx>> for rustc_feature::Features {
|
|||
});
|
||||
}
|
||||
}
|
||||
|
||||
impl<'ctx> rustc_type_ir::HashStableContext for StableHashingContext<'ctx> {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue