Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_hir_typeck/src/
Dclosure.rs35 struct ClosureSignatures<'tcx> { struct
37 bound_sig: ty::PolyFnSig<'tcx>,
42 liberated_sig: ty::FnSig<'tcx>,
79 let ClosureSignatures { bound_sig, liberated_sig } = in check_closure() localVariable