rustc_ast::visit

Function walk_label

source
pub fn walk_label<'a, V: Visitor<'a>>(
    visitor: &mut V,
    _: &'a Label,
) -> V::Result