Function binding_at_def
pub fn binding_at_def(
entries: &[LocalBinding],
offset: usize,
) -> Option<&LocalBinding>Expand description
The single binding whose def-name span covers offset — the
definition-site query (for references/rename on a local’s declaration).