Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_hir_typeck/src/
Dclosure.rs629 let supplied_arguments = decl.inputs.iter().map(|a| astconv.ast_ty_to_ty(a)); in supplied_sig_of_closure() localVariable
812 let supplied_arguments = decl.inputs.iter().map(|a| { in error_sig_of_closure() localVariable