Home
last modified time | relevance | path

Searched defs:path_to_string (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/rust/compiler/rustc_macros/src/diagnostics/
Derror.rs44 fn path_to_string(path: &syn::Path) -> String { in path_to_string() function
/third_party/rust/rust/compiler/rustc_ast_pretty/src/pprust/
Dmod.rs59 pub fn path_to_string(p: &ast::Path) -> String { in path_to_string() function
Dstate.rs874 fn path_to_string(&self, p: &ast::Path) -> String { in path_to_string() method
/third_party/rust/rust/compiler/rustc_expand/src/
Dmodule.rs251 let path_to_string = |path: &PathBuf| path.display().to_string(); localVariable
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/utils/
Dauthor.rs741 fn path_to_string(path: &QPath<'_>) -> String { in path_to_string() function
/third_party/rust/rust/compiler/rustc_hir_pretty/src/
Dlib.rs215 pub fn path_to_string(segment: &hir::Path<'_>) -> String { in path_to_string() function