Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_expand/src/
Dbase.rs1173 pub fn std_path(&self, components: &[Symbol]) -> Vec<Ident> { in std_path() method
/third_party/rust/rust/compiler/rustc_resolve/src/
Dlate.rs3678 let mut std_path = Vec::with_capacity(1 + path.len()); in smart_resolve_path_fragment() localVariable