pub fn adjust_derefs_manually_drop<'tcx>(
adjustments: &'tcx [Adjustment<'tcx>],
ty: Ty<'tcx>,
) -> bool
Expand 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>,
) -> bool
Checks if the adjustments contain a mutable dereference of a ManuallyDrop<_>
.