Searched refs:punct_helper (Results 1 – 1 of 1) sorted by relevance
917 punct_helper(input, token, &mut spans)?; in punct()921 fn punct_helper(input: ParseStream, token: &str, spans: &mut [Span; 3]) -> Result<()> { in punct_helper() function