File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
rustc_query_system/src/query Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ use rustc_hir::hir_id::OwnerId;
66use rustc_macros:: HashStable ;
77use rustc_query_system:: HandleCycleError ;
88use rustc_query_system:: dep_graph:: { DepNodeIndex , SerializedDepNodeIndex } ;
9- pub ( crate ) use rustc_query_system:: query:: QueryJobId ;
109use rustc_query_system:: query:: * ;
1110use rustc_span:: { ErrorGuaranteed , Span } ;
1211pub use sealed:: IntoQueryParam ;
Original file line number Diff line number Diff line change @@ -195,6 +195,8 @@ struct QueryWaiter<I> {
195195 query : Option < QueryInclusion > ,
196196 thread_id : ThreadId ,
197197 condvar : Condvar ,
198+ // remove this after making sure PR it's ok to do
199+ #[ allow( dead_code) ]
198200 span : Span ,
199201 cycle : Mutex < Option < CycleError < I > > > ,
200202}
You can’t perform that action at this time.
0 commit comments