Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/mir/
H A Dquery.rs299 pub struct ClosureOutlivesRequirement<'tcx> { struct
301 pub subject: ClosureOutlivesSubject<'tcx>,
304 pub outlived_free_region: ty::RegionVid,
307 pub blame_span: Span,
310 pub category: ConstraintCategory,