Rename ConstS to ConstData

This commit is contained in:
Oli Scherer
2022-11-25 15:33:51 +00:00
parent 39b2a41b39
commit 02cbc017d7
6 changed files with 16 additions and 16 deletions

View File

@@ -93,7 +93,7 @@ macro_rules! arena_types {
// Interned types
[] tys: rustc_type_ir::WithCachedTypeInfo<rustc_middle::ty::TyKind<'tcx>>,
[] predicates: rustc_type_ir::WithCachedTypeInfo<rustc_middle::ty::PredicateKind<'tcx>>,
[] consts: rustc_middle::ty::ConstS<'tcx>,
[] consts: rustc_middle::ty::ConstData<'tcx>,
// Note that this deliberately duplicates items in the `rustc_hir::arena`,
// since we need to allocate this type on both the `rustc_hir` arena