Function load_call_locations

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