Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_ast_pretty/src/pprust/
Dmod.rs75 pub fn attribute_to_string(attr: &ast::Attribute) -> String { in attribute_to_string() function
Dstate.rs904 fn attribute_to_string(&self, attr: &ast::Attribute) -> String { in attribute_to_string() method