Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_hir_typeck/src/
Dclosure.rs37 bound_sig: ty::PolyFnSig<'tcx>, field
371 let bound_sig = self.supplied_sig_of_closure(expr_def_id, decl, body); in sig_of_closure_no_expectation() localVariable
449 let bound_sig = expected_sig.sig.map_bound(|sig| { in sig_of_closure_with_expectation() localVariable
462 let bound_sig = self.tcx.anonymize_bound_vars(bound_sig); in sig_of_closure_with_expectation() localVariable