We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117ec02 commit d15c4aaCopy full SHA for d15c4aa
src/librustc/infer/region_constraints/mod.rs
@@ -232,7 +232,7 @@ type CombineMap<'tcx> = FxHashMap<TwoRegions<'tcx>, RegionVid>;
232
233
pub struct RegionSnapshot {
234
length: usize,
235
- region_snapshot: unify::Snapshot<ty::RegionVid>,
+ region_snapshot: ut::Snapshot<ut::InPlace<ty::RegionVid>>,
236
skolemization_count: u32,
237
}
238
0 commit comments