about summary refs log tree commit diff
path: root/src/rt/rust_kernel.cpp
diff options
context:
space:
mode:
authorHuon Wilson <dbau.pp+github@gmail.com>2013-06-15 12:56:41 +1000
committerHuon Wilson <dbau.pp+github@gmail.com>2013-06-15 14:15:56 +1000
commit18542568a8f7d5580094634c4a10695fb71ba74a (patch)
treea68e800bf659c4aae26ec9ba1bd88580150fccad /src/rt/rust_kernel.cpp
parent38e05747b5cf75671b7fb7c634eba8fe56f9eb39 (diff)
downloadrust-18542568a8f7d5580094634c4a10695fb71ba74a.tar.gz
rust-18542568a8f7d5580094634c4a10695fb71ba74a.zip
std: rename .connect/.concat in VectorVector to avoid conflicting with StrVector.
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.
Diffstat (limited to 'src/rt/rust_kernel.cpp')
0 files changed, 0 insertions, 0 deletions