Searched defs:can_derive (Results 1 – 1 of 1) sorted by relevance
71 can_derive: HashMap<ItemId, CanDerive>, field143 let can_derive = self in constrain_type() localVariable432 let can_derive = self.can_derive in constrain_join() localVariable631 let can_derive = HashMap::default(); in new() localVariable672 let can_derive = match item.as_type() { in constrain() localVariable674 let mut can_derive = self.constrain_type(item, ty); in constrain() localVariable