]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #7147 : huonw/rust/vec-connect, r=Aatch
authorbors <bors@rust-lang.org>
Sat, 15 Jun 2013 13:54:59 +0000 (06:54 -0700)
committerbors <bors@rust-lang.org>
Sat, 15 Jun 2013 13:54:59 +0000 (06:54 -0700)
This is caused by StrVector having a generic implementation for &[S]
and so #5898 means that method resolution of ~[~[1]].concat() sees that
both StrVector and VectorVector have methods that (superficially) match.

They are now connect_vec and concat_vec, which means that they can actually be
called.

1  2 
src/libstd/vec.rs

Simple merge