Home
last modified time | relevance | path

Searched refs:punct_helper (Results 1 – 1 of 1) sorted by relevance

/linux/rust/syn/
H A Dtoken.rs1007 punct_helper(input, token, &mut spans)?;
1011 fn punct_helper(input: ParseStream, token: &str, spans: &mut [Span]) -> Result<()> { in punct_helper() function