fn report_unreachable_pattern<'p, 'tcx>(
    cx: &RustcPatCtxt<'p, 'tcx>,
    hir_id: HirId,
    span: Span,
    catchall: Option<Span>
)
Expand description

Report unreachable arms, if any.