Home
last modified time | relevance | path

Searched defs:expect_ident (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/rust/macros/
H A Dconcat_idents.rs7 fn expect_ident(it: &mut token_stream::IntoIter) -> Ident { in expect_ident() function
H A Dhelpers.rs37 pub(crate) fn expect_ident(it: &mut token_stream::IntoIter) -> String { in expect_ident() function