]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_metadata/rmeta/decoder/cstore_impl.rs
Replace `HirBody` with `hir_owner_items` in tests
[rust.git] / src / librustc_metadata / rmeta / decoder / cstore_impl.rs
index dcbfed8972c42c08ceb0d3f3964e1a7cc7276d27..86f64dc45b7c429d3d6fe1ac7ca2c85260145d5b 100644 (file)
@@ -142,7 +142,7 @@ fn into_args(self) -> (DefId, DefId) {
         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 `HirBody` of
+    // FIXME(#38501) We've skipped a `read` on the `hir_owner_items` 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.