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