Skip to content

Commit

Permalink
Remove a fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
WaffleLapkin committed Feb 15, 2024
1 parent 034fa91 commit fb3375c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/rustc_borrowck/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,6 @@ impl<'cx, 'tcx, R> rustc_mir_dataflow::ResultsVisitor<'cx, 'tcx, R> for MirBorro
}
}

// FIXME(explicit_tail_calls): do we need to do something similar before the tail call?
TerminatorKind::UnwindResume
| TerminatorKind::Return
| TerminatorKind::TailCall { .. }
Expand Down

0 comments on commit fb3375c

Please sign in to comment.