Skip to content

Commit a60e27e

Browse files
committed
pacify the mercilous tidy
1 parent f11b7d3 commit a60e27e

File tree

1 file changed

+4
-2
lines changed
  • src/librustc_typeck/check

1 file changed

+4
-2
lines changed

src/librustc_typeck/check/mod.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3605,8 +3605,10 @@ impl<'a, 'gcx, 'tcx> FnCtxt<'a, 'gcx, 'tcx> {
36053605

36063606
ctxt.may_break = true;
36073607
} else {
3608-
// Otherwise, we failed to find the enclosing loop; this can only happen if the
3609-
// `break` was not inside a loop at all, which is caught by the loop-checking pass.
3608+
// Otherwise, we failed to find the enclosing loop;
3609+
// this can only happen if the `break` was not
3610+
// inside a loop at all, which is caught by the
3611+
// loop-checking pass.
36103612
assert!(self.tcx.sess.err_count() > 0);
36113613
}
36123614

0 commit comments

Comments
 (0)