From fe49b41f833cd16c42e58ea9f9854aee1e33544c Mon Sep 17 00:00:00 2001 From: "Felix S. Klock II" Date: Tue, 24 May 2016 23:08:24 +0200 Subject: [PATCH] placate tidy in `mir::gather_moves`. --- src/librustc_borrowck/borrowck/mir/gather_moves.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/librustc_borrowck/borrowck/mir/gather_moves.rs b/src/librustc_borrowck/borrowck/mir/gather_moves.rs index e196de46ee67..45fb98df6530 100644 --- a/src/librustc_borrowck/borrowck/mir/gather_moves.rs +++ b/src/librustc_borrowck/borrowck/mir/gather_moves.rs @@ -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); } }