rustdoc::scrape_examples

Function load_call_locations

source
pub(crate) fn load_call_locations(
    with_examples: Vec<String>,
    dcx: DiagCtxtHandle<'_>,
) -> FxIndexMap<DefPathHash, FxIndexMap<PathBuf, CallData>>