placate tidy in mir::gather_moves
.
This commit is contained in:
parent
ac6ea44549
commit
fe49b41f83
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue