fn classify_target(node: &Node) -> LabelTargetKindExpand description
Classify a labelled node into a LabelTargetKind. Only nodes
that actually declare a label reach this function: references are
filtered out by the caller.
fn classify_target(node: &Node) -> LabelTargetKindClassify a labelled node into a LabelTargetKind. Only nodes
that actually declare a label reach this function: references are
filtered out by the caller.