Macro format_ident_impl
Source #[doc(hidden)]
macro_rules! format_ident_impl {
([$span:expr, $($fmt:tt)*]) => { ... };
([$old:expr, $($fmt:tt)*] span = $span:expr) => { ... };
([$old:expr, $($fmt:tt)*] span = $span:expr, $($rest:tt)*) => { ... };
([$span:expr, $($fmt:tt)*] $name:ident = $arg:expr) => { ... };
([$span:expr, $($fmt:tt)*] $name:ident = $arg:expr, $($rest:tt)*) => { ... };
([$span:expr, $($fmt:tt)*] $arg:expr) => { ... };
([$span:expr, $($fmt:tt)*] $arg:expr, $($rest:tt)*) => { ... };
}