]> git.lizzy.rs Git - rust.git/commit
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)
commitf7f1d896497b10cb56389730e784aff6e513b0e8
tree67040b364ab6b6e927a0b412ac43b853fc0a88bf
parent8c25b7f0e8c01d3946e7e7e6912e225b30b60f89
parentd6eee6a7d2706e5f027cc000ffbead3bc2cfe76b
auto merge of #8607 : sfackler/rust/extensions, r=brson

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.
src/libstd/rt/io/extensions.rs