Home
last modified time | relevance | path

Searched defs:AlwaysRequiresDrop (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_ty_utils/src/
Dneeds_drop.rs293 ) -> Result<&ty::List<Ty<'tcx>>, AlwaysRequiresDrop> { in adt_drop_tys() argument
315 ) -> Result<&ty::List<Ty<'_>>, AlwaysRequiresDrop> { in adt_significant_drop_tys() argument
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dutil.rs1282 ) -> Result<SmallVec<[Ty<'tcx>; 2]>, AlwaysRequiresDrop> { in needs_drop_components() argument
1416 pub struct AlwaysRequiresDrop; struct