fn contains_delegation<'hir>( gcx: Gcx<'hir>, hir: &'hir Hir<'hir>, stmt: &'hir Stmt<'hir>, delegations: &[FunctionId], ) -> bool
Whether a subtree holds a call dispatching to one of the delegated mints.