pub(super) fn emit_frag_parse_err(
e: Diag<'_>,
parser: &mut Parser<'_>,
orig_parser: &mut Parser<'_>,
site_span: Span,
arm_span: Span,
kind: AstFragmentKind,
bindings: &[MacroRule],
matched_rule_bindings: &[MatcherLoc],
) -> ErrorGuaranteed