Home
last modified time | relevance | path

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

/linux/rust/quote/
H A Dformat.rs115 $crate::format_ident_impl!([
122 $crate::format_ident_impl!([
131 macro_rules! format_ident_impl { macro
142 $crate::format_ident_impl!([$old, $($fmt)*] span = $span,)
145 $crate::format_ident_impl!([
153 $crate::format_ident_impl!([$span, $($fmt)*] $name = $arg,)
157 … arg => $crate::format_ident_impl!([$span.or(arg.span()), $($fmt)*, $name = arg] $($rest)*),
163 $crate::format_ident_impl!([$span, $($fmt)*] $arg,)
167 arg => $crate::format_ident_impl!([$span.or(arg.span()), $($fmt)*, arg] $($rest)*),