Home
last modified time | relevance | path

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

/linux-6.3-rc2/rust/macros/
A Dconcat_idents.rs7 fn expect_ident(it: &mut token_stream::IntoIter) -> Ident { in expect_ident() function
17 let a = expect_ident(&mut it); in concat_idents()
19 let b = expect_ident(&mut it); in concat_idents()
A Dhelpers.rs37 pub(crate) fn expect_ident(it: &mut token_stream::IntoIter) -> String { in expect_ident() function
A Dmodule.rs110 "type" => info.type_ = expect_ident(it), in parse()

Completed in 6 milliseconds