Home
last modified time | relevance | path

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

/third_party/rust/crates/syn/src/
Dcustom_punctuation.rs116 $crate::token::parsing::peek_punct(cursor, $crate::stringify_punct!($($tt)+))
Dtoken.rs464 parsing::peek_punct(cursor, $token)
947 pub fn peek_punct(mut cursor: Cursor, token: &str) -> bool { in peek_punct() function