Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_hir_typeck/src/
Dclosure.rs318 let arg_param_ty = projection.skip_binder().projection_ty.substs.type_at(1); in deduce_sig_from_projection() localVariable
319 let arg_param_ty = self.resolve_vars_if_possible(arg_param_ty); in deduce_sig_from_projection() localVariable