File tree 2 files changed +0
-2
lines changed
compiler/rustc_middle/src
2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ macro_rules! arena_types {
35
35
) >,
36
36
[ ] crate_for_resolver: rustc_data_structures:: steal:: Steal <( rustc_ast:: Crate , rustc_ast:: AttrVec ) >,
37
37
[ ] resolutions: rustc_middle:: ty:: ResolverGlobalCtxt ,
38
- [ decode] code_region: rustc_middle:: mir:: coverage:: CodeRegion ,
39
38
[ ] const_allocs: rustc_middle:: mir:: interpret:: Allocation ,
40
39
[ ] region_scope_tree: rustc_middle:: middle:: region:: ScopeTree ,
41
40
// Required for the incremental on-disk cache
Original file line number Diff line number Diff line change @@ -462,7 +462,6 @@ impl_decodable_via_ref! {
462
462
& ' tcx traits:: ImplSource <' tcx, ( ) >,
463
463
& ' tcx mir:: Body <' tcx>,
464
464
& ' tcx mir:: BorrowCheckResult <' tcx>,
465
- & ' tcx mir:: coverage:: CodeRegion ,
466
465
& ' tcx ty:: List <ty:: BoundVariableKind >,
467
466
& ' tcx ty:: ListWithCachedTypeInfo <ty:: Clause <' tcx>>,
468
467
& ' tcx ty:: List <FieldIdx >,
You can’t perform that action at this time.
0 commit comments