]> git.lizzy.rs Git - rust.git/commitdiff
placate tidy in `mir::gather_moves`.
authorFelix S. Klock II <pnkfelix@pnkfx.org>
Tue, 24 May 2016 21:08:24 +0000 (23:08 +0200)
committerFelix S. Klock II <pnkfelix@pnkfx.org>
Tue, 24 May 2016 21:08:24 +0000 (23:08 +0200)
src/librustc_borrowck/borrowck/mir/gather_moves.rs

index e196de46ee67181b790c0a609e8a09dc03f69550..45fb98df65304e965279c2a692a25790ac62e6ad 100644 (file)
@@ -659,7 +659,8 @@ fn gather_moves<'a, 'tcx>(mir: &Mir<'tcx>, tcx: TyCtxt<'a, 'tcx, 'tcx>) -> MoveD
                     debug!("gather_moves Return on_move_out_lval return {:?}", source);
                     bb_ctxt.on_move_out_lval(SK::Return, &Lvalue::ReturnPointer, source);
                 } else {
-                    debug!("gather_moves Return on_move_out_lval assuming unreachable return {:?}", source);
+                    debug!("gather_moves Return on_move_out_lval \
+                            assuming unreachable return {:?}", source);
                 }
             }