Searched defs:PathSeg (Results 1 – 1 of 1) sorted by relevance
48 pub struct PathSeg(pub DefId, pub usize); struct1994 ) -> Vec<PathSeg> { in def_ids_for_value_path_segments()2171 let PathSeg(def_id, index) = path_segs.last().unwrap(); in res_to_ty() localVariable