pub fn missing_call_input<T: TreeToken>( kind: CallKind, target: &Ident<T>, input: &str, nested_inputs_allowed: bool, ) -> Diagnostic
Creates a “missing call input” diagnostic.