Skip to content

Commit f943ea1

Browse files
committed
remove some comments that are now inaccurate
1 parent 5b27aae commit f943ea1

File tree

1 file changed

+0
-2
lines changed
  • compiler/rustc_mir_build/src/builder/expr

1 file changed

+0
-2
lines changed

compiler/rustc_mir_build/src/builder/expr/into.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,7 @@ impl<'a, 'tcx> Builder<'a, 'tcx> {
278278
// Start the loop.
279279
this.cfg.goto(block, source_info, loop_block);
280280

281-
// FIXME do we need the breakable scope?
282281
this.in_breakable_scope(Some(loop_block), destination, expr_span, |this| {
283-
// conduct the test, if necessary
284282
let mut body_block = this.cfg.start_new_block();
285283
this.cfg.terminate(
286284
loop_block,

0 commit comments

Comments
 (0)