Function clippy_utils::qualify_min_const_fn::check_operand

source ·
fn check_operand<'tcx>(
    tcx: TyCtxt<'tcx>,
    operand: &Operand<'tcx>,
    span: Span,
    body: &Body<'tcx>
) -> Result<(), (Span, Cow<'static, str>)>