Skip to content

Commit 4ac9717

Browse files
committed
Fix rebase issues
1 parent 04708ba commit 4ac9717

File tree

1 file changed

+1
-1
lines changed
  • src/librustc/infer/higher_ranked

1 file changed

+1
-1
lines changed

src/librustc/infer/higher_ranked/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ impl<'a, 'gcx, 'tcx> CombineFields<'a, 'gcx, 'tcx> {
114114
// First, we instantiate each bound region in the matcher
115115
// with a skolemized region.
116116
let ((a_match, a_value), skol_map) =
117-
self.infcx.skolemize_late_bound_regions(a_pair, snapshot);
117+
self.infcx.skolemize_late_bound_regions(a_pair);
118118

119119
debug!("higher_ranked_match: a_match={:?}", a_match);
120120
debug!("higher_ranked_match: skol_map={:?}", skol_map);

0 commit comments

Comments
 (0)