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