Long lines

This commit is contained in:
Brian Anderson 2012-09-09 17:23:29 -07:00
parent 528373b79b
commit e0c232025c

View File

@ -487,7 +487,8 @@ fn super_tys<C:combine>(
map_vec2(as_, bs, |a, b| self.tys(a, b) )
.chain(|ts| Ok(ty::mk_tup(tcx, ts)) )
} else {
Err(ty::terr_tuple_size(expected_found(self, as_.len(), bs.len())))
Err(ty::terr_tuple_size(
expected_found(self, as_.len(), bs.len())))
}
}