Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_borrowck/src/type_check/
Dinput_output.rs34 let user_provided_sig = self in check_signature_annotation() localVariable
36 let user_provided_sig = self.infcx.instantiate_binder_with_fresh_vars( in check_signature_annotation() localVariable
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dclosure.rs239 user_provided_sig: ty::CanonicalPolyFnSig<'tcx>, field
247 let user_provided_sig = typeck_results.user_provided_sigs[&def]; in closure_typeinfo() localVariable