File tree 4 files changed +275
-151
lines changed
4 files changed +275
-151
lines changed Original file line number Diff line number Diff line change @@ -1608,7 +1608,7 @@ pub mod tls {
1608
1608
1609
1609
use crate :: dep_graph:: TaskDeps ;
1610
1610
use crate :: ty:: query;
1611
- use rustc_data_structures:: sync:: { self , Lock , Lrc } ;
1611
+ use rustc_data_structures:: sync:: { self , Lock } ;
1612
1612
use rustc_data_structures:: thin_vec:: ThinVec ;
1613
1613
use rustc_data_structures:: OnDrop ;
1614
1614
use rustc_errors:: Diagnostic ;
@@ -1633,7 +1633,7 @@ pub mod tls {
1633
1633
1634
1634
/// The current query job, if any. This is updated by `JobOwner::start` in
1635
1635
/// `ty::query::plumbing` when executing a query.
1636
- pub query : Option < Lrc < query:: QueryJob < ' tcx > > > ,
1636
+ pub query : Option < query:: QueryToken > ,
1637
1637
1638
1638
/// Where to store diagnostics for the current query job, if any.
1639
1639
/// This is updated by `JobOwner::start` in `ty::query::plumbing` when executing a query.
You can’t perform that action at this time.
0 commit comments