Skip to content

Conversation

treeman
Copy link
Contributor

@treeman treeman commented Sep 16, 2014

Closes #12093

Renamed as we may support pipes for other platforms.

Closes #12093

[breaking-change]
@@ -34,7 +34,7 @@ macro_rules! iotest (
use io::net::ip::*;
use io::net::udp::*;
#[cfg(unix)]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this cfg(unix) needed still, @alexcrichton? (Not related to this PR.)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No this is implemented for windows so shouldn't be necessary. The name UnixStream and friends isn't the best name, however.

alexcrichton added a commit to alexcrichton/rust that referenced this pull request Sep 17, 2014
@bors bors merged commit 04f4bb4 into rust-lang:master Sep 17, 2014
@treeman treeman deleted the net-unix branch September 18, 2014 03:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

io::net::unix needs to be renamed
4 participants