Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_resolve/src/
Dlib.rs317 fn names_to_string(segments: &[Segment]) -> String { in names_to_string() method
1994 fn names_to_string(names: &[Symbol]) -> String { in names_to_string() function