Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_trait_selection/src/traits/select/
Dconfirmation.rs1219 let drop_trait = self.tcx().require_lang_item(LangItem::Drop, None); in confirm_const_destruct_candidate() localVariable
/third_party/rust/rust/compiler/rustc_mir_dataflow/src/
Delaborate_drops.rs627 let drop_trait = tcx.require_lang_item(LangItem::Drop, None); in destructor_call_block() localVariable
/third_party/rust/rust/compiler/rustc_hir_typeck/src/
Dupvar.rs1336 let drop_trait = self.tcx.require_lang_item(hir::LangItem::Drop, Some(closure_span)); in has_significant_drop_outside_of_captures() localVariable
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dutil.rs349 let drop_trait = self.lang_items().drop_trait()?; in calculate_dtor() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/mir/
Deval.rs2035 let drop_trait = self.db.lang_item(self.crate_id, LangItem::Drop)?.as_trait()?; in run_drop_glue_deep() localVariable