Function rustc_mir_build::thir::pattern::check_match::report_arm_reachability

source ยท
fn report_arm_reachability<'p, 'tcx>(
    cx: &RustcPatCtxt<'p, 'tcx>,
    report: &UsefulnessReport<'p, 'tcx>,
)
Expand description

Report unreachable arms, if any.