Searched refs:expect_ident (Results 1 – 2 of 2) sorted by relevance
7 fn expect_ident(it: &mut token_stream::IntoIter) -> Ident { in expect_ident() function17 let a = expect_ident(&mut it); in concat_idents()19 let b = expect_ident(&mut it); in concat_idents()
37 pub(crate) fn expect_ident(it: &mut token_stream::IntoIter) -> String { in expect_ident() function