Searched refs:expect_punct (Results 1 – 3 of 3) sorted by relevance
5 use crate::helpers::expect_punct;18 assert_eq!(expect_punct(&mut it), ','); in concat_idents()
125 assert_eq!(expect_punct(it), ':'); in parse()140 assert_eq!(expect_punct(it), ','); in parse()
41 pub(crate) fn expect_punct(it: &mut token_stream::IntoIter) -> char { in expect_punct() function