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.
PlaceholderIndex
1 parent e43096f commit d85a7daCopy full SHA for d85a7da
src/librustc_mir/borrow_check/nll/region_infer/values.rs
@@ -102,7 +102,7 @@ newtype_index!(PointIndex { DEBUG_FORMAT = "PointIndex({})" });
102
/// Computed just by subtracting one from `UniverseIndex`; this is
103
/// because the `0` value for `UniverseIndex` represents the root
104
/// universe, and we don't need/want a bit for that one.
105
-newtype_index!(PlaceholderIndex { DEBUG_FORMAT = "PointIndex({})" });
+newtype_index!(PlaceholderIndex { DEBUG_FORMAT = "PlaceholderIndex({})" });
106
107
/// An individual element in a region value -- the value of a
108
/// particular region variable consists of a set of these elements.
0 commit comments