Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_hir_pretty/src/
Dlib.rs712 fn print_formal_generic_params(&mut self, generic_params: &[hir::GenericParam<'_>]) { in print_formal_generic_params() method
/third_party/rust/rust/compiler/rustc_ast_pretty/src/pprust/
Dstate.rs1115 fn print_formal_generic_params(&mut self, generic_params: &[ast::GenericParam]) { in print_formal_generic_params() method