pub fn visit_pat_path<'ast, V>(v: &mut V, node: &'ast PatPath) where
    V: Visit<'ast> + ?Sized
Available on crate feature visit only.