rustfmt_nightly::macros

Function rewrite_macro_inner

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