Searched refs:destructor_constraints (Results 1 – 2 of 2) sorted by relevance
335 result.outlives.extend(tcx.destructor_constraints(def)); in adt_dtorck_constraint()
346 pub fn destructor_constraints(self, def: &'tcx ty::AdtDef) -> Vec<ty::subst::GenericArg<'tcx>> { in destructor_constraints() method