Skip to content

std: Reexport std::net::tcp::Incoming - #25522

Merged
bors merged 1 commit into
rust-lang:masterfrom
alexcrichton:reexport-incoming
May 17, 2015
Merged

std: Reexport std::net::tcp::Incoming#25522
bors merged 1 commit into
rust-lang:masterfrom
alexcrichton:reexport-incoming

Conversation

@alexcrichton

Copy link
Copy Markdown
Member

This iterator was mistakenly not reexported at the top level, preventing
actually naming the type!

Closes#25519

This iterator was mistakenly not reexported at the top level, preventing
actually naming the type!
Closesrust-lang#25519
@alexcrichtonalexcrichton added the beta-nominated Nominated for backporting to the compiler in the beta channel. label May 17, 2015
@alexcrichton

Copy link
Copy Markdown
MemberAuthor

r? @aturon

@rust-highfiverust-highfive assigned aturon and unassigned brsonMay 17, 2015
@rust-highfive

Copy link
Copy Markdown
Contributor

r? @brson

(rust_highfive has picked a reviewer for you, use r? to override)

@sfackler

Copy link
Copy Markdown
Member

@bors r+ e5e722b rollup

Why didn't this hit the private-types-in-public-APIs check?

Manishearth added a commit to Manishearth/rust that referenced this pull request May 17, 2015
…fackler
This iterator was mistakenly not reexported at the top level, preventing
actually naming the type!
Closesrust-lang#25519
bors added a commit that referenced this pull request May 17, 2015
@bors
bors merged commit e5e722b into rust-lang:masterMay 17, 2015
@alexcrichton
alexcrichton deleted the reexport-incoming branch May 19, 2015 05:56
@alexcrichtonalexcrichton added the T-libs-api [DEPRECATED; DO NOT USE] label May 28, 2015
@alexcrichton

Copy link
Copy Markdown
MemberAuthor

triage: beta-accepted

@alexcrichtonalexcrichton added the beta-accepted Accepted for backporting to the compiler in the beta channel. label Jun 9, 2015
@alexcrichtonalexcrichton removed the beta-nominated Nominated for backporting to the compiler in the beta channel. label Jun 11, 2015
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

beta-acceptedAccepted for backporting to the compiler in the beta channel.T-libs-api[DEPRECATED; DO NOT USE]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TcpListener::incoming return value isn't linked

6 participants

@alexcrichton@rust-highfive@sfackler@brson@aturon@bors