Skip to content

Commit 3f6236e

Browse files
authored
Fix oudated comment for NamedRegionMap
1 parent f4c675c commit 3f6236e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_resolve/late/lifetimes.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ impl RegionExt for Region {
133133
/// that it corresponds to.
134134
///
135135
/// FIXME. This struct gets converted to a `ResolveLifetimes` for
136-
/// actual use. It has the same data, but indexed by `DefIndex`. This
136+
/// actual use. It has the same data, but indexed by `LocalDefId`. This
137137
/// is silly.
138138
#[derive(Default)]
139139
struct NamedRegionMap {

0 commit comments

Comments
 (0)