Home
last modified time | relevance | path

Searched refs:peek_punct (Results 1 – 3 of 3) sorted by relevance

/linux/rust/syn/
H A Dexport.rs56 pub use crate::token::parsing::{peek_punct, punct as parse_punct};
H A Dcustom_punctuation.rs121 $crate::__private::peek_punct(cursor, $crate::stringify_punct!($($tt)+))
H A Dtoken.rs430 parsing::peek_punct(cursor, $token)
1038 pub fn peek_punct(mut cursor: Cursor, token: &str) -> bool { in peek_punct() function