Function rustdoc::formats::cache::handle_orphan_impl_child
source · fn handle_orphan_impl_child(cache: &mut Cache, item: &Item, parent_did: DefId)
Expand description
We have a parent, but we don’t know where they’re
defined yet. Wait for later to index this item.
See Cache::orphan_impl_items
.