Home
last modified time | relevance | path

Searched refs:RegionsDoesNotOutlive (Results 1 – 3 of 3) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/
H A Derror.rs47 RegionsDoesNotOutlive(Region<'tcx>, Region<'tcx>), enumerator
139 RegionsDoesNotOutlive(..) => write!(f, "lifetime mismatch"), in fmt()
230 | RegionsDoesNotOutlive(..) in must_include_note()
H A Dstructural_impls.rs606 RegionsDoesNotOutlive(a, b) => { in lift_to_tcx()
607 return tcx.lift((a, b)).map(|(a, b)| RegionsDoesNotOutlive(a, b)); in lift_to_tcx()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_infer/src/infer/error_reporting/
H A Dnote.rs116 let terr = TypeError::RegionsDoesNotOutlive(sup, sub); in report_concrete_failure()