Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_infer/src/infer/error_reporting/nice_region_error/
Dmismatched_static_lifetime.rs23 let RegionResolutionError::ConcreteFailure(origin, sub, sup) = error.clone() else { in try_report_mismatched_static_lifetime() localVariable
/third_party/rust/rust/compiler/rustc_infer/src/infer/lexical_region_resolve/
Dmod.rs67 pub enum RegionResolutionError<'tcx> { enum
105 impl<'tcx> RegionResolutionError<'tcx> { impl