Skip to content

Commit ea0f26a

Browse files
authored
fix typo in comment
1 parent 96e6262 commit ea0f26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_borrowck/src/diagnostics/conflict_errors.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ impl<'cx, 'tcx> MirBorrowckCtxt<'cx, 'tcx> {
306306
);
307307
}
308308
}
309-
// Other desugarings takes &self, which cannot cause a move
309+
// Other desugarings take &self, they cannot cause moves
310310
_ => unreachable!(),
311311
}
312312
} else {

0 commit comments

Comments
 (0)