Function rustdoc::scrape_examples::load_call_locations

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