no op commit for travis

This commit is contained in:
Scott A Carr 2016-08-10 09:42:33 -07:00
parent 969b2b86ad
commit f37bf6d367

View File

@ -214,8 +214,7 @@ impl<'tcx> BinOp {
pub fn ty<'a, 'gcx>(&self, tcx: TyCtxt<'a, 'gcx, 'tcx>, pub fn ty<'a, 'gcx>(&self, tcx: TyCtxt<'a, 'gcx, 'tcx>,
lhs_ty: Ty<'tcx>, lhs_ty: Ty<'tcx>,
rhs_ty: Ty<'tcx>) rhs_ty: Ty<'tcx>)
-> Ty<'tcx> -> Ty<'tcx> {
{
// FIXME: handle SIMD correctly // FIXME: handle SIMD correctly
match self { match self {
&BinOp::Add | &BinOp::Sub | &BinOp::Mul | &BinOp::Div | &BinOp::Rem | &BinOp::Add | &BinOp::Sub | &BinOp::Mul | &BinOp::Div | &BinOp::Rem |