Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_hir_pretty/src/
Dlib.rs949 pub fn print_block_with_attrs(&mut self, blk: &hir::Block<'_>, attrs: &[ast::Attribute]) { in print_block_with_attrs() method
/third_party/rust/rust/compiler/rustc_ast_pretty/src/pprust/
Dstate.rs1191 pub(crate) fn print_block_with_attrs(&mut self, blk: &ast::Block, attrs: &[ast::Attribute]) { in print_block_with_attrs() method