mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-01 19:23:50 +00:00
Add space after equals
This commit is contained in:
parent
6793cace06
commit
65cb5f7378
@ -475,7 +475,7 @@ impl<'a, 'tcx> CheckLoanCtxt<'a, 'tcx> {
|
|||||||
|
|
||||||
let mut err = match (new_loan.kind, old_loan.kind) {
|
let mut err = match (new_loan.kind, old_loan.kind) {
|
||||||
(ty::MutBorrow, ty::MutBorrow) => {
|
(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 \
|
"cannot borrow `{}`{} as mutable \
|
||||||
more than once at a time",
|
more than once at a time",
|
||||||
nl, new_loan_msg);
|
nl, new_loan_msg);
|
||||||
|
Loading…
Reference in New Issue
Block a user