Function rustdoc::clean::render_macro_matchers::render_macro_matcher
source ยท 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.