Skip to main content

contains_delegation

Function contains_delegation 

Source
fn contains_delegation<'hir>(
    gcx: Gcx<'hir>,
    hir: &'hir Hir<'hir>,
    stmt: &'hir Stmt<'hir>,
    delegations: &[FunctionId],
) -> bool
Expand description

Whether a subtree holds a call dispatching to one of the delegated mints.