Function rustdoc::clean::inline::record_extern_fqn

source ·
pub(crate) fn record_extern_fqn(
    cx: &mut DocContext<'_>,
    did: DefId,
    kind: ItemType
)
Expand description

Record an external fully qualified name in the external_paths cache.

These names are used later on by HTML rendering to generate things like source links back to the original item.