rustc_hir::intravisit

Function walk_label

Source
pub fn walk_label<'v, V: Visitor<'v>>(
    visitor: &mut V,
    label: &'v Label,
) -> V::Result