mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
no op commit for travis
This commit is contained in:
@@ -214,8 +214,7 @@ impl<'tcx> BinOp {
|
||||
pub fn ty<'a, 'gcx>(&self, tcx: TyCtxt<'a, 'gcx, 'tcx>,
|
||||
lhs_ty: Ty<'tcx>,
|
||||
rhs_ty: Ty<'tcx>)
|
||||
-> Ty<'tcx>
|
||||
{
|
||||
-> Ty<'tcx> {
|
||||
// FIXME: handle SIMD correctly
|
||||
match self {
|
||||
&BinOp::Add | &BinOp::Sub | &BinOp::Mul | &BinOp::Div | &BinOp::Rem |
|
||||
|
||||
Reference in New Issue
Block a user