Searched refs:expect_ident (Results 1 – 2 of 2) sorted by relevance
31 pub(crate) fn expect_ident(it: &mut token_stream::IntoIter) -> String { in expect_ident() function
110 "type" => info.type_ = expect_ident(it), in parse()