Skip to main content

resolve_call

Function resolve_call 

Source
fn resolve_call(
    gcx: Gcx<'_>,
    expr: &Expr<'_>,
    lookup: bool,
) -> Option<DynSolType>
Expand description

Resolves a call expression to its return [DynSolType].

expr must be ExprKind::Call.