diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2020-03-20 13:23:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-20 13:23:24 +0100 |
| commit | 3f6236ea5af2a4cef4e1d540f4e4f507eed5b0da (patch) | |
| tree | 52ee0ab8498a15ce852891241ccebe8a1fb86c80 /src | |
| parent | f4c675c476c18b1a11041193f2f59d695b126bc8 (diff) | |
| download | rust-3f6236ea5af2a4cef4e1d540f4e4f507eed5b0da.tar.gz rust-3f6236ea5af2a4cef4e1d540f4e4f507eed5b0da.zip | |
Fix oudated comment for NamedRegionMap
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustc_resolve/late/lifetimes.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_resolve/late/lifetimes.rs b/src/librustc_resolve/late/lifetimes.rs index 51bf1f48439..bc843fccc4c 100644 --- a/src/librustc_resolve/late/lifetimes.rs +++ b/src/librustc_resolve/late/lifetimes.rs @@ -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 { |
