pub fn walk_binary_op<'ast, V: Visitor<'ast>>( visitor: &mut V, _op: BinaryOperator, left: &'ast Expr, right: &'ast Expr, )