Searched refs:trailing_punct (Results 1 – 7 of 7) sorted by relevance
35 let mut trailing_punct = true; in parse_unquoted() localVariable37 while trailing_punct && input.peek(Ident::peek_any) { in parse_unquoted()51 trailing_punct = colons.is_some(); in parse_unquoted()55 } else if trailing_punct { in parse_unquoted()
549 } else if segments.trailing_punct() { in parse_meta_path()
530 } else if segments.trailing_punct() { in parse_mod_style()
203 pub fn trailing_punct(&self) -> bool { in trailing_punct() method
1444 let trailing_punct = args.trailing_punct(); in pop_variadic() localVariable1462 if pat.to_string() == "..." && !trailing_punct { in pop_variadic()
492 if bounds.len() > 1 || bounds.trailing_punct() { in ambig_ty()
3065 if self.elems.len() == 1 && !self.elems.trailing_punct() { in to_tokens()