Home
last modified time | relevance | path

Searched defs:WithLlvmError (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Derrors.rs171 pub(crate) struct WithLlvmError<'a>(pub LlvmError<'a>, pub String); struct
173 impl<EM: EmissionGuarantee> IntoDiagnostic<'_, EM> for WithLlvmError<'_> { implementation