Skip to main content

check_expr

Function check_expr 

Source
fn check_expr<'gcx>(
    ctx: &LintContext<'_, '_>,
    gcx: Gcx<'gcx>,
    expr: &'gcx Expr<'gcx>,
    tainted: &mut HashSet<VariableId>,
)