]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #8607 : sfackler/rust/extensions, r=brson
authorbors <bors@rust-lang.org>
Sun, 25 Aug 2013 01:11:19 +0000 (18:11 -0700)
committerbors <bors@rust-lang.org>
Sun, 25 Aug 2013 01:11:19 +0000 (18:11 -0700)
The method names in std::rt::io::extensions::WriterByteConversions are
the same as those in std::io::WriterUtils and a resolve error causes
rustc to fail after trying to find an impl of io::Writer instead of
trying to look for rt::io::Writer as well.

1  2 
src/libstd/rt/io/extensions.rs

Simple merge