Skip to main content

infer_function_call_types

Function infer_function_call_types 

Source
pub fn infer_function_call_types(
    root: ExprId,
    arena: &ExprArena,
    types: &mut TypeTable,
    component_dependency: &ComponentDependency,
    custom_instance_spec: &[CustomInstanceSpec],
) -> Result<(), FunctionCallError>
Expand description

Arena-based function-call argument typing (used from crate::expr_arena inference).