Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_hir_analysis/src/astconv/
Dmod.rs48 pub struct PathSeg(pub DefId, pub usize); struct
1994 ) -> Vec<PathSeg> { in def_ids_for_value_path_segments()
2171 let PathSeg(def_id, index) = path_segs.last().unwrap(); in res_to_ty() localVariable