pub(crate) fn rewrite_macro(
mac: &MacCall,
extra_ident: Option<Ident>,
context: &RewriteContext<'_>,
shape: Shape,
position: MacroPosition,
) -> Result<String, RewriteError>
pub(crate) fn rewrite_macro(
mac: &MacCall,
extra_ident: Option<Ident>,
context: &RewriteContext<'_>,
shape: Shape,
position: MacroPosition,
) -> Result<String, RewriteError>