File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ pub(super) struct JobOwner<'tcx, Q: QueryDescription<'tcx>> {
129
129
id : QueryJobId ,
130
130
}
131
131
132
- impl < ' tcx , Q : QueryDescription < ' tcx > > JobOwner < ' tcx , Q > {
132
+ impl < ' tcx , Q : QueryDescription < ' tcx > + ' tcx > JobOwner < ' tcx , Q > {
133
133
/// Either gets a `JobOwner` corresponding the query, allowing us to
134
134
/// start executing the query, or returns with the result of the query.
135
135
/// This function assumes that `try_get_cached` is already called and returned `lookup`.
@@ -477,7 +477,7 @@ impl<'tcx> TyCtxt<'tcx> {
477
477
}
478
478
479
479
#[ inline( always) ]
480
- pub ( super ) fn try_execute_query < Q : QueryDescription < ' tcx > > (
480
+ pub ( super ) fn try_execute_query < Q : QueryDescription < ' tcx > + ' tcx > (
481
481
self ,
482
482
span : Span ,
483
483
key : Q :: Key ,
@@ -641,7 +641,7 @@ impl<'tcx> TyCtxt<'tcx> {
641
641
}
642
642
643
643
#[ inline( always) ]
644
- fn force_query_with_job < Q : QueryDescription < ' tcx > > (
644
+ fn force_query_with_job < Q : QueryDescription < ' tcx > + ' tcx > (
645
645
self ,
646
646
key : Q :: Key ,
647
647
job : JobOwner < ' tcx , Q > ,
You can’t perform that action at this time.
0 commit comments