Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_ast/src/
Dformat.rs126 pub fn explicit_args(&self) -> &[FormatArgument] { in explicit_args() method
/third_party/rust/rust/compiler/rustc_hir_typeck/src/method/
Dsuggest.rs1395 let explicit_args = if first_arg.is_some() { in suggest_associated_call_syntax() localVariable