diff options
| author | Eduard-Mihai Burtescu <edy.burt@gmail.com> | 2020-03-18 03:48:17 +0200 |
|---|---|---|
| committer | Eduard-Mihai Burtescu <edy.burt@gmail.com> | 2020-03-19 14:36:04 +0200 |
| commit | e8f1dfae64e302c0da846d215697b323bb1ee0a2 (patch) | |
| tree | ae07c8ecd9ad1d5dc757d0897d5a700b073f74d9 /src/librustc_metadata | |
| parent | 3c6f982cc908aacc39c3ac97f31c989f81cc213c (diff) | |
| download | rust-e8f1dfae64e302c0da846d215697b323bb1ee0a2.tar.gz rust-e8f1dfae64e302c0da846d215697b323bb1ee0a2.zip | |
hir: replace "items" terminology with "nodes" where appropriate.
Diffstat (limited to 'src/librustc_metadata')
| -rw-r--r-- | src/librustc_metadata/rmeta/decoder/cstore_impl.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_metadata/rmeta/decoder/cstore_impl.rs b/src/librustc_metadata/rmeta/decoder/cstore_impl.rs index cc2bd51f92f..dd80965de13 100644 --- a/src/librustc_metadata/rmeta/decoder/cstore_impl.rs +++ b/src/librustc_metadata/rmeta/decoder/cstore_impl.rs @@ -140,7 +140,7 @@ provide! { <'tcx> tcx, def_id, other, cdata, cdata.get_deprecation(def_id.index).map(DeprecationEntry::external) } item_attrs => { cdata.get_item_attrs(def_id.index, tcx.sess) } - // FIXME(#38501) We've skipped a `read` on the `hir_owner_items` of + // FIXME(#38501) We've skipped a `read` on the `hir_owner_nodes` of // a `fn` when encoding, so the dep-tracking wouldn't work. // This is only used by rustdoc anyway, which shouldn't have // incremental recompilation ever enabled. |
