pub fn call_argument_node(node: &SyntaxNode, i: usize) -> Option<SyntaxNode>Expand description
Returns the syntax node for the i-th argument expression of a NodeCallExpr (0-based), for error spans.
pub fn call_argument_node(node: &SyntaxNode, i: usize) -> Option<SyntaxNode>Returns the syntax node for the i-th argument expression of a NodeCallExpr (0-based), for error spans.