Function rustdoc::scrape_examples::load_call_locations
source · pub(crate) fn load_call_locations(
with_examples: Vec<String>,
diag: &Handler
) -> Result<FxHashMap<DefPathHash, FxHashMap<PathBuf, CallData>>, i32>