Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_codegen_ssa/src/
Derrors.rs144 pub struct ThorinErrorWrapper(pub thorin::Error); struct
146 impl IntoDiagnostic<'_> for ThorinErrorWrapper { implementation