Skip to main content

check_stmt

Function check_stmt 

Source
fn check_stmt<'gcx>(
    ctx: &LintContext<'_, '_>,
    gcx: Gcx<'gcx>,
    stmt: &'gcx Stmt<'gcx>,
    tainted: &mut HashSet<VariableId>,
) -> bool