Home
last modified time | relevance | path

Searched refs:closure_bounds_mapping (Results 1 – 4 of 4) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/
H A Dnll.rs244 closure_bounds_mapping, in compute_regions()
266 closure_bounds_mapping, in compute_regions()
/dports/lang/rust/rustc-1.58.1-src/src/doc/rustc-dev-guide/src/borrow_check/
H A Dregion_inference.md219 - [`closure_bounds_mapping`]: used for propagating region constraints from
228closure_bounds_mapping`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_borrowck/region_in…
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/region_infer/
H A Dmod.rs87 closure_bounds_mapping: field
258 closure_bounds_mapping: FxHashMap< in new()
302 closure_bounds_mapping, in new()
1751 self.closure_bounds_mapping[&loc].get(&(constraint.sup, constraint.sub)); in retrieve_closure_constraint_info()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/type_check/
H A Dmod.rs149 closure_bounds_mapping: Default::default(), in type_check()
619 &mut this.cx.borrowck_context.constraints.closure_bounds_mapping, in sanitize_promoted()
675 .closure_bounds_mapping in sanitize_promoted()
940 crate closure_bounds_mapping:
2714 .closure_bounds_mapping in prove_closure_bounds()