Searched refs:stringify_punct (Results 1 – 1 of 1) sorted by relevance
121 $crate::__private::peek_punct(cursor, $crate::stringify_punct!($($tt)+))125 $crate::__private::concat!("`", $crate::stringify_punct!($($tt)+), "`")132 $crate::__private::parse_punct(input, $crate::stringify_punct!($($tt)+))?;155 … $crate::__private::print_punct($crate::stringify_punct!($($tt)+), &self.spans, tokens)302 macro_rules! stringify_punct { macro