Searched refs:trailing_punct (Results 1 – 20 of 20) sorted by relevance
39 let mut trailing_punct = true; in parse_unquoted() localVariable41 while trailing_punct && input.peek(Ident::peek_any) { in parse_unquoted()55 trailing_punct = colons.is_some(); in parse_unquoted()59 } else if trailing_punct { in parse_unquoted()
136 if pat.elems.trailing_punct() { in pat_tuple()
549 } else if segments.trailing_punct() { in parse_meta_path()
530 } else if segments.trailing_punct() { in parse_mod_style()
1444 let trailing_punct = args.trailing_punct(); in pop_variadic() localVariable1462 if pat.to_string() == "..." && !trailing_punct { in pop_variadic()
203 pub fn trailing_punct(&self) -> bool { in trailing_punct() method
492 if bounds.len() > 1 || bounds.trailing_punct() { in ambig_ty()
3065 if self.elems.len() == 1 && !self.elems.trailing_punct() { in to_tokens()
445 if bounds.len() > 1 || bounds.trailing_punct() { in ambig_ty()1109 if self.elems.len() == 1 && !self.elems.trailing_punct() { in to_tokens()
593 } else if segments.trailing_punct() { in parse_mod_style()
898 && !self.elems.trailing_punct() in to_tokens()
205 pub fn trailing_punct(&self) -> bool { in trailing_punct() method
3509 if self.elems.len() == 1 && !self.elems.trailing_punct() { in to_tokens()