Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_ast_pretty/src/pprust/
Dmod.rs55 pub fn item_to_string(i: &ast::Item) -> String { in item_to_string() function
Dstate.rs858 fn item_to_string(&self, i: &ast::Item) -> String { in item_to_string() method