fn render_macro_arms( tcx: TyCtxt<'_>, tokens: &TokenStream, arm_delim: &str, ) -> String
Render a sequence of macro arms in a format suitable for displaying to the user as part of an item declaration.