pub(crate) fn _throw_err(
diag: Diagnostic,
f: impl FnOnce(Diagnostic) -> Diagnostic,
) -> DiagnosticDeriveError
Expand 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,
) -> DiagnosticDeriveError
Helper function for use with throw_*
macros - constraints $f
to an impl FnOnce
.