fn parse_float_into_constval<'tcx>(
    num: Symbol,
    float_ty: FloatTy,
    neg: bool
) -> Option<ConstValue<'tcx>>