Searched refs:trailing_punct (Results 1 – 7 of 7) sorted by relevance
12 let mut trailing_punct = true; in parse_unquoted() localVariable14 while trailing_punct && input.peek(Ident::peek_any) { in parse_unquoted()18 trailing_punct = colons.is_some(); in parse_unquoted()22 } else if trailing_punct { in parse_unquoted()
557 } else if segments.trailing_punct() { in parse_meta_path()
488 } else if segments.trailing_punct() { in parse_mod_style()
202 pub fn trailing_punct(&self) -> bool { in trailing_punct() method
1433 let trailing_punct = args.trailing_punct(); in pop_variadic() localVariable1451 if pat.to_string() == "..." && !trailing_punct { in pop_variadic()
487 if bounds.len() > 1 || bounds.trailing_punct() { in ambig_ty()
2984 if self.elems.len() == 1 && !self.elems.trailing_punct() { in to_tokens()