We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 855eac3 + 3f6236e commit a3771e4Copy full SHA for a3771e4
src/librustc_resolve/late/lifetimes.rs
@@ -133,7 +133,7 @@ impl RegionExt for Region {
133
/// that it corresponds to.
134
///
135
/// FIXME. This struct gets converted to a `ResolveLifetimes` for
136
-/// actual use. It has the same data, but indexed by `DefIndex`. This
+/// actual use. It has the same data, but indexed by `LocalDefId`. This
137
/// is silly.
138
#[derive(Default)]
139
struct NamedRegionMap {
0 commit comments