Skip to content

Commit fb3375c

Browse files
committed
Remove a fixme
1 parent 034fa91 commit fb3375c

File tree

1 file changed

+0
-1
lines changed
  • compiler/rustc_borrowck/src

1 file changed

+0
-1
lines changed

compiler/rustc_borrowck/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,6 @@ impl<'cx, 'tcx, R> rustc_mir_dataflow::ResultsVisitor<'cx, 'tcx, R> for MirBorro
794794
}
795795
}
796796

797-
// FIXME(explicit_tail_calls): do we need to do something similar before the tail call?
798797
TerminatorKind::UnwindResume
799798
| TerminatorKind::Return
800799
| TerminatorKind::TailCall { .. }

0 commit comments

Comments
 (0)