Skip to content

Commit 7358993

Browse files
committed
Fix post-rebase build failures
1 parent 68eb97a commit 7358993

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/librustc/infer/region_constraints/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ type CombineMap<'tcx> = FxHashMap<TwoRegions<'tcx>, RegionVid>;
232232

233233
pub struct RegionSnapshot {
234234
length: usize,
235-
region_snapshot: unify::Snapshot<ty::RegionVid>,
235+
region_snapshot: ut::Snapshot<ut::InPlace<ty::RegionVid>>,
236236
skolemization_count: u32,
237237
}
238238

0 commit comments

Comments
 (0)