Skip to content

Commit

Permalink
Fix post-rebase build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrif committed Feb 6, 2018
1 parent 117ec02 commit d15c4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/infer/region_constraints/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ type CombineMap<'tcx> = FxHashMap<TwoRegions<'tcx>, RegionVid>;

pub struct RegionSnapshot {
length: usize,
region_snapshot: unify::Snapshot<ty::RegionVid>,
region_snapshot: ut::Snapshot<ut::InPlace<ty::RegionVid>>,
skolemization_count: u32,
}

Expand Down

0 comments on commit d15c4aa

Please sign in to comment.