Searched refs:trailing_punct (Results 1 – 5 of 5) sorted by relevance
455 if bounds.len() > 1 || bounds.trailing_punct() { in ambig_ty()1166 if self.elems.len() == 1 && !self.elems.trailing_punct() { in to_tokens()
605 } else if segments.trailing_punct() { in parse_mod_style()
908 && !self.elems.trailing_punct() in to_tokens()
230 pub fn trailing_punct(&self) -> bool { in trailing_punct() method
4019 if self.elems.len() == 1 && !self.elems.trailing_punct() { in to_tokens()