Searched defs:WithLlvmError (Results 1 – 1 of 1) sorted by relevance
171 pub(crate) struct WithLlvmError<'a>(pub LlvmError<'a>, pub String); struct173 impl<EM: EmissionGuarantee> IntoDiagnostic<'_, EM> for WithLlvmError<'_> { implementation