pub fn deep_resolve_place(
local: usize,
origins: &LocalOriginMap,
) -> (usize, Vec<usize>)Expand description
Follow local-origin associations transitively to resolve to the ultimate source (parameter or root local) and accumulated field path.