Home
last modified time | relevance | path

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

/third_party/rust/crates/proc-macro2/src/
Dparse.rs292 ident_any(input) in ident()
296 fn ident_any(input: Cursor) -> PResult<crate::Ident> { in ident_any() function
878 if ident_any(rest)?.0.starts_with_char('\'') { in punct()