]> git.lizzy.rs Git - rust.git/commit
Auto merge of #23206 - nagisa:print-io, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 15 Mar 2015 21:16:04 +0000 (21:16 +0000)
committerbors <bors@rust-lang.org>
Sun, 15 Mar 2015 21:16:04 +0000 (21:16 +0000)
commitc62ae87db20cf070c5546f5aa814164d2445ec37
treefa8658d0f9c77946d896eb91691f28dc4a25d114
parent542e2bb3910f8860d49b4b40bcd78d9c74e733ff
parent6e92f0580b0bfe8433df73a9139eaa72c47258b2
Auto merge of #23206 - nagisa:print-io, r=alexcrichton

r? @alexcrichton or @aturon

This still needs to somehow figure out how to avoid unstable warnings arising from the use of unstable functions. I tried to use `#[allow_internal_unstable]` but it still spits out warnings as far as I can see. @huonw (I think you implemented it) does `#[allow_internal_unstable]` not work for some reason or am I using it incorrectly?
src/libstd/io/mod.rs
src/libstd/io/stdio.rs
src/libtest/lib.rs