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