Skip to main content

expr_state_vars

Function expr_state_vars 

Source
pub fn expr_state_vars<'gcx>(
    gcx: Gcx<'gcx>,
    expr: &Expr<'_>,
    seen: &mut HashSet<FunctionId>,
    out: &mut HashSet<VariableId>,
)
Expand description

State variables read by expr, following calls into user functions.