Home
last modified time | relevance | path

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

/linux-6.6.21/rust/macros/
Dconcat_idents.rs5 use crate::helpers::expect_punct;
18 assert_eq!(expect_punct(&mut it), ','); in concat_idents()
Dmodule.rs125 assert_eq!(expect_punct(it), ':'); in parse()
140 assert_eq!(expect_punct(it), ','); in parse()
Dhelpers.rs41 pub(crate) fn expect_punct(it: &mut token_stream::IntoIter) -> char { in expect_punct() function