提交 65cb5f73 编写于 作者: J Jonathan Turner

Add space after equals

上级 6793cace
......@@ -475,7 +475,7 @@ pub fn report_error_if_loan_conflicts_with_restriction(&self,
let mut err = match (new_loan.kind, old_loan.kind) {
(ty::MutBorrow, ty::MutBorrow) => {
let mut err =struct_span_err!(self.bccx, new_loan.span, E0499,
let mut err = struct_span_err!(self.bccx, new_loan.span, E0499,
"cannot borrow `{}`{} as mutable \
more than once at a time",
nl, new_loan_msg);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册