Function rustc_const_eval::check_consts::qualifs::in_place
source ยท pub fn in_place<'tcx, Q, F>(
cx: &ConstCx<'_, 'tcx>,
in_local: &mut F,
place: PlaceRef<'tcx>,
) -> bool
Expand description
Returns true
if this Place
contains qualif Q
.