Function rustc_const_eval::transform::check_consts::qualifs::in_operand[][src]

pub fn in_operand<Q, F, 'tcx>(
    cx: &ConstCx<'_, 'tcx>,
    in_local: &mut F,
    operand: &Operand<'tcx>
) -> bool where
    Q: Qualif,
    F: FnMut(Local) -> bool
Expand description

Returns true if this Operand contains qualif Q.