Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dpretty.rs99 pub(crate) fn print_generic_arg( in print_generic_arg() function
/third_party/rust/rust/compiler/rustc_ast_pretty/src/pprust/
Dstate.rs1019 pub fn print_generic_arg(&mut self, generic_arg: &GenericArg) { in print_generic_arg() method