adjust_derefs_manually_drop

Function adjust_derefs_manually_drop 

Source
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<_>.