Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_ast_pretty/src/pprust/
Dmod.rs47 pub fn tt_to_string(tt: &TokenTree) -> String { in tt_to_string() function
Dstate.rs846 fn tt_to_string(&self, tt: &TokenTree) -> String { in tt_to_string() method