Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dty.rs455 if bounds.len() > 1 || bounds.trailing_punct() { in ambig_ty()
1166 if self.elems.len() == 1 && !self.elems.trailing_punct() { in to_tokens()
H A Dpath.rs605 } else if segments.trailing_punct() { in parse_mod_style()
H A Dpat.rs908 && !self.elems.trailing_punct() in to_tokens()
H A Dpunctuated.rs230 pub fn trailing_punct(&self) -> bool { in trailing_punct() method
H A Dexpr.rs4019 if self.elems.len() == 1 && !self.elems.trailing_punct() { in to_tokens()