Skip to content

Commit 1bc17c2

Browse files
committed
rebase fix
1 parent fb706ba commit 1bc17c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc/dep_graph/graph.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -663,9 +663,9 @@ impl DepGraph {
663663
}
664664

665665
/// Try to force a dep node to execute and see if it's green
666-
fn try_force_previous_green<'tcx>(
666+
fn try_force_previous_green(
667667
&self,
668-
tcx: TyCtxt<'_, 'tcx, 'tcx>,
668+
tcx: TyCtxt<'_>,
669669
data: &DepGraphData,
670670
dep_node_index: DepNodeIndex,
671671
) -> bool {

0 commit comments

Comments
 (0)