mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 16:54:01 +00:00
Long lines
This commit is contained in:
parent
528373b79b
commit
e0c232025c
@ -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())))
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user