Skip to content

Commit

Permalink
Fix oudated comment for NamedRegionMap
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Mar 20, 2020
1 parent f4c675c commit 3f6236e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_resolve/late/lifetimes.rs
Expand Up @@ -133,7 +133,7 @@ impl RegionExt for Region {
/// that it corresponds to.
///
/// FIXME. This struct gets converted to a `ResolveLifetimes` for
/// actual use. It has the same data, but indexed by `DefIndex`. This
/// actual use. It has the same data, but indexed by `LocalDefId`. This
/// is silly.
#[derive(Default)]
struct NamedRegionMap {
Expand Down

0 comments on commit 3f6236e

Please sign in to comment.