Function rustc_ast::visit::walk_label

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