Skip to main content

callable_mismatch_diagnostic

Function callable_mismatch_diagnostic 

Source
pub fn callable_mismatch_diagnostic(
    callable: &Symbol,
    expected: impl Into<String>,
    actual: impl Into<String>,
) -> Diagnostic
Expand description

Builds a diagnostic for a callable shape argument mismatch.