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).