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
.
fn handle_orphan_impl_child(cache: &mut Cache, item: &Item, parent_did: DefId)
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
.