diff --git a/src/librustc_mir/borrow_check/move_errors.rs b/src/librustc_mir/borrow_check/move_errors.rs index 44459b977242..2dcdf1d9e456 100644 --- a/src/librustc_mir/borrow_check/move_errors.rs +++ b/src/librustc_mir/borrow_check/move_errors.rs @@ -55,8 +55,6 @@ enum GroupedMoveError<'tcx> { binds_to: Vec, }, // Everything that isn't from pattern matching. - // FIXME(ashtneoi): I think this is only for moves into temporaries, as - // when returning a value. Clarification needed. OtherIllegalMove { original_path: Place<'tcx>, span: Span,