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