Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_ast_pretty/src/pprust/
Dmod.rs23 pub fn token_to_string(token: &Token) -> Cow<'static, str> { in token_to_string() function
Dstate.rs810 fn token_to_string(&self, token: &Token) -> Cow<'static, str> { in token_to_string() method