Searched refs:impl_key (Results 1 – 4 of 4) sorted by relevance
166 if let Some(key) = imp.ty.impl_key() { in collect()174 let impl_key = match ty.impl_key() { in collect() localVariable175 Some(impl_key) => impl_key, in collect()178 let implicit_impl = match impl_key { in collect()188 if implicit_impl && !impls.contains_key(&impl_key) { in collect()189 impls.insert(impl_key, None); in collect()
26 pub(crate) fn impl_key(&self) -> Option<ImplKey> { in impl_key() method
1408 for impl_key in out.types.impls.keys() { in write_generic_instantiations()1410 match *impl_key { in write_generic_instantiations()1423 for impl_key in out.types.impls.keys() { in write_generic_instantiations()1424 match *impl_key { in write_generic_instantiations()
94 for (impl_key, &explicit_impl) in &types.impls { in expand()95 match *impl_key { in expand()