pub fn make_binop( op: BinOpKind, lhs: &Sugg<'_>, rhs: &Sugg<'_>, ) -> Sugg<'static>
Convenience wrapper around make_assoc and AssocOp::from_ast_binop.
make_assoc
AssocOp::from_ast_binop