pub fn visit_label<'ast, V>(v: &mut V, node: &'ast Label) where
    V: Visit<'ast> + ?Sized
This is supported on crate feature visit only.