Searched defs:drop_data (Results 1 – 1 of 1) sorted by relevance
89 drop_data: FxIndexMap<Ty<'tcx>, DropData<'tcx>>, field169 let drop_data = self.cx.drop_data.entry(local_ty).or_insert_with({ in dropck_boring_locals() localVariable512 let drop_data = self.drop_data.entry(dropped_ty).or_insert_with({ in add_drop_live_facts_for() localVariable