place_has_raw_deref

Function place_has_raw_deref 

Source
pub fn place_has_raw_deref<'tcx>(
    _tcx: TyCtxt<'tcx>,
    body: &Body<'tcx>,
    place: &Place<'tcx>,
) -> bool
Expand description

Helper checking if a Place involves raw pointer dereference.