]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_infer/infer/region_constraints/mod.rs
Prevent modifications without an undo log
[rust.git] / src / librustc_infer / infer / region_constraints / mod.rs
index ead2494756ce29d23baae6cbd9970c8f47afaf8e..74d31e744fc182a4b13ec0671e522933d6e7eecc 100644 (file)
@@ -54,7 +54,7 @@ pub struct RegionConstraintStorage<'tcx> {
     /// is iterating to a fixed point, because otherwise we sometimes
     /// would wind up with a fresh stream of region variables that
     /// have been equated but appear distinct.
-    pub(super) unification_table: ut::UnificationStorage<ty::RegionVid>,
+    pub(super) unification_table: ut::UnificationTableStorage<ty::RegionVid>,
 
     /// a flag set to true when we perform any unifications; this is used
     /// to micro-optimize `take_and_reset_data`