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