Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/mir/interpret/
Derror.rs37 pub struct ReportedErrorInfo { struct
42 impl ReportedErrorInfo { impl
44 pub fn tainted_by_errors(error: ErrorGuaranteed) -> ReportedErrorInfo { in tainted_by_errors()
55 impl From<ErrorGuaranteed> for ReportedErrorInfo { implementation
57 fn from(error: ErrorGuaranteed) -> ReportedErrorInfo { in from()
62 impl Into<ErrorGuaranteed> for ReportedErrorInfo { implementation