File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ use hir::map::definitions::Definitions;
15
15
use ich:: { self , CachingSourceMapView , Fingerprint } ;
16
16
use middle:: cstore:: CrateStore ;
17
17
use ty:: { TyCtxt , fast_reject} ;
18
- use mir:: interpret:: AllocId ;
19
18
use session:: Session ;
20
19
21
20
use std:: cmp:: Ord ;
@@ -60,8 +59,6 @@ pub struct StableHashingContext<'a> {
60
59
// CachingSourceMapView, so we initialize it lazily.
61
60
raw_source_map : & ' a SourceMap ,
62
61
caching_source_map : Option < CachingSourceMapView < ' a > > ,
63
-
64
- pub ( super ) alloc_id_recursion_tracker : FxHashSet < AllocId > ,
65
62
}
66
63
67
64
#[ derive( PartialEq , Eq , Clone , Copy ) ]
@@ -105,7 +102,6 @@ impl<'a> StableHashingContext<'a> {
105
102
hash_spans : hash_spans_initial,
106
103
hash_bodies : true ,
107
104
node_id_hashing_mode : NodeIdHashingMode :: HashDefPath ,
108
- alloc_id_recursion_tracker : Default :: default ( ) ,
109
105
}
110
106
}
111
107
You can’t perform that action at this time.
0 commit comments