Move stable hash from TyS into a datastructure that can be shared with other interned types.
This commit is contained in:
parent
df20355fa9
commit
00c24dd8ce
8 changed files with 140 additions and 64 deletions
|
@ -87,7 +87,7 @@ macro_rules! arena_types {
|
|||
[] hir_id_set: rustc_hir::HirIdSet,
|
||||
|
||||
// Interned types
|
||||
[] tys: rustc_middle::ty::TyS<'tcx>,
|
||||
[] tys: rustc_data_structures::intern::InTy<rustc_middle::ty::TyS<'tcx>>,
|
||||
[] predicates: rustc_middle::ty::PredicateS<'tcx>,
|
||||
[] consts: rustc_middle::ty::ConstS<'tcx>,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue