Skip to main content

find_unreachable_code_from

Function find_unreachable_code_from 

Source
fn find_unreachable_code_from<'tcx>(
    bb: BasicBlock,
    body: &Body<'tcx>,
) -> Option<(SourceInfo, &'static str)>
Expand description

Starting at a target unreachable block, find some user code to lint as unreachable