Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_ast_pretty/src/pprust/
Dmod.rs51 pub fn tts_to_string(tokens: &TokenStream) -> String { in tts_to_string() function
Dstate.rs850 fn tts_to_string(&self, tokens: &TokenStream) -> String { in tts_to_string() method