Skip to main content

binding_at_def

Function binding_at_def 

Source
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).