Skip to main content

call_argument_node

Function call_argument_node 

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