Skip to main content

check_block

Function check_block 

Source
fn check_block<'gcx>(
    ctx: &LintContext<'_, '_>,
    gcx: Gcx<'gcx>,
    block: Block<'gcx>,
    tainted: &mut HashSet<VariableId>,
) -> bool
Expand description

Checks block, returning false once control cannot continue past a statement.