pub(crate) fn _throw_err(
diag: Diagnostic,
f: impl FnOnce(Diagnostic) -> Diagnostic,
) -> DiagnosticDeriveErrorExpand description
Helper function for use with throw_* macros - constraints $f to an impl FnOnce.
pub(crate) fn _throw_err(
diag: Diagnostic,
f: impl FnOnce(Diagnostic) -> Diagnostic,
) -> DiagnosticDeriveErrorHelper function for use with throw_* macros - constraints $f to an impl FnOnce.