rustc_mir_transform

Module remove_noop_landing_pads

source

Structsยง

  • A pass that removes noop landing pads and replaces jumps to them with UnwindAction::Continue. This is important because otherwise LLVM generates terrible code for these.