pub fn adjust_derefs_manually_drop<'tcx>(
adjustments: &'tcx [Adjustment<'tcx>],
ty: Ty<'tcx>,
) -> boolExpand description
Checks if the adjustments contain a mutable dereference of a ManuallyDrop<_>.
pub fn adjust_derefs_manually_drop<'tcx>(
adjustments: &'tcx [Adjustment<'tcx>],
ty: Ty<'tcx>,
) -> boolChecks if the adjustments contain a mutable dereference of a ManuallyDrop<_>.