pub(super) fn render_macro_matcher(
    tcx: TyCtxt<'_>,
    matcher: &TokenTree
) -> String
Expand description

Render a macro matcher in a format suitable for displaying to the user as part of an item declaration.